Skip to content
Wojciech Potrzebowski edited this page Aug 21, 2023 · 10 revisions

SasView conda package is still quite experimental.

Basic installation and running

If you have anaconda or miniconda installed you may install sasview together with creating environment by:
conda create -n sasview -c conda-forge python=3.9 sasview "numpy<1.24"
This will install all required packages and initiate environment, which can be activated by:
conda activate sasview
Finally one starts sasview by running:
sasview

Using GPU

By default GPU drivers are not installed and therefore SasView will be run using CPU only. Unfortunately there is no simple/generic way of installing GPU drivers. One can try installing: conda install -c conda-forge pocl, however there is no guarantee that it would work. We are working on finding proper solution to this problem

SasView packages on conda-forge repository can be found here

Clone this wiki locally