New support package requirement for 32 » History » Version 5
  Anchi Cheng, 12/06/2017 04:48 PM 
  
| 1 | 4 | Sargis Dallakyan | |_.Name:|_.Download site:|_.SuSE rpm name|_.Debian 8 package name| | 
|---|---|---|---|
| 2 | |joblib 0.8.3-r1 or newer| "https://pypi.python.org/pypi/joblib":https://pypi.python.org/pypi/joblib|python-joblib|python-joblib| | ||
| 3 | 1 | Anchi Cheng | |
| 4 | joblib can be installed with the command | ||
| 5 | |||
| 6 | <pre> | ||
| 7 | 3 | Sargis Dallakyan | easy_install joblib==0.10.3 | 
| 8 | 1 | Anchi Cheng | </pre> | 
| 9 | 2 | Anchi Cheng | |
| 10 | * The specific version is compatible with python 2.6 on CentOS 6 | ||
| 11 | * If python 2.7 is used, the version does not need to be specified. | ||
| 12 | 5 | Anchi Cheng | |
| 13 | If that does not work because the version is not found. Try this on CentOS6 | ||
| 14 | |||
| 15 | <pre> | ||
| 16 | yum install python-pip | ||
| 17 | pip install joblib==0.10.3 | ||
| 18 | </pre> |