User Tools

Site Tools


gist:jdaviz-conda-install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
gist:jdaviz-conda-install [2022/03/10 19:44] samuelgist:jdaviz-conda-install [2022/03/10 20:12] (current) samuel
Line 9: Line 9:
 Then you can just install it with pip Then you can just install it with pip
      
-  pip install jdaviz --upgrade +  pip install jdaviz --upgrade 
 +   
 +   
 +**Did not work out** so in the end I installed everything through pip. 
 + 
 +  conda create -n py3-jdaviz python=3.8 
 +  conda activate py3-jdaviz 
 +  pip install vispy>=0.6.5 
 +  pip install jdaviz --no-cache-dir 
 +   
 +   
gist/jdaviz-conda-install.1646941456.txt.gz · Last modified: by samuel