User Tools

Site Tools


other:uvcdat:extra

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
other:uvcdat:extra [2016/04/14 12:26]
jypeter Added saeborn
other:uvcdat:extra [2016/06/01 09:54]
jypeter Added pip notes and an old version of scikit-image
Line 3: Line 3:
  
 This page lists the packages (usually) installed in the LSCE-IPSL CDAT versions that are not available in the standard UV-CDAT (i.e. there are no //ccmake// configuration switches to get them installed). This page lists the packages (usually) installed in the LSCE-IPSL CDAT versions that are not available in the standard UV-CDAT (i.e. there are no //ccmake// configuration switches to get them installed).
 +
 +===== pip related notes =====
 +
 +[[http://​python-packaging-user-guide.readthedocs.io/​en/​develop/​|pip documentation]]
 +
 +  * You may need to do some cleaning, in order to be sure that pip is not going to get something from its installation cache! Go check the content of ''/​tmp/​pip-build/''​...
 +
 +  * To install the latest version of “SomeProject”:​\\ ''​pip install '​SomeProject'​ ''​
 +  * To install a specific version:\\ ''​pip install '​SomeProject==1.4'​ ''​
  
 ===== Requests ===== ===== Requests =====
Line 311: Line 320:
  
 Check the installed version with: ''​python -c '​import seaborn; print seaborn.%%__version__%%'​ ''​ Check the installed version with: ''​python -c '​import seaborn; print seaborn.%%__version__%%'​ ''​
 +
 +
 +===== scikit-image =====
 +
 +  * Web site: http://​scikit-image.org/​
 +
 +==== Versions installed ====
 +
 +^  UV-CDAT\\ version ​ ^  JYP\\ installation ​ ^  Package\\ version ​ ^  Date  ^
 +|  1.5.1  |  LSCE_10 ​ |  0.8.2\\ Newer versions fail because we have Cython 0.16, but require >= 0.21  |  Jun 01 2016  |
 +|  2.1.0  |  LSCE_13 ​ |  0.8.2\\ Newer versions fail because we have Cython 0.16, but require >= 0.21  |  Jun 01 2016  |
 +
 +==== Installing ====
 +
 +  * for CDAT up to 2.1.0: ''​pip install '​scikit-image==0.8.2'​ ''​
 +
 +==== Testing ====
 +
 +Check the installed version with: ''​python -c '​import skimage; print skimage.%%__version__%%'​ ''​
  
  
other/uvcdat/extra.txt · Last modified: 2016/06/01 11:52 by jypeter