Project

General

Profile

Actions

Extra supporting package table » History » Revision 10

« Previous | Revision 10/11 (diff) | Next »
Anchi Cheng, 10/31/2016 12:18 PM


Appion Only (3.2)
Name: Download site: SuSE rpm name Debian 8 package name
joblib 0.8.3-r1 or newer https://pypi.python.org/pypi/joblib python-joblib python-joblib

joblib can be installed with the command

easy_install joblib==0.10.3
  • The specific version is compatible with python 2.6 on CentOS 6
  • If python 2.7 is used, the version does not need to be specified.

If that does not work because the version is not found. Try this on CentOS6

yum install python-pip
pip install joblib==0.10.3

Appion 3.3 or trunk only

Name: Download site: yum package name SuSE rpm name Debian 8 package name
h5py h5py python-h5py python-h5py

Updated by Anchi Cheng about 8 years ago · 10 revisions