2017-07-27 2 views
0

J'essaye d'installer gensim en Python sur mon Ubuntu. J'ai essayé avec easy_install mais en obtenant des erreurs. Quelqu'un pourrait-il aider à identifier ce qui ne va pas?Problèmes d'installation de gensim sur Ubuntu

easy_install

easy_install -U gensim 

Running scipy-0.19.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install- QXO1dA/scipy-0.19.1/egg-dist-tmp-AxijnA 
/tmp/easy_install-QXO1dA/scipy-0.19.1/setup.py:323: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates 

warnings.warn("Unrecognized setuptools command, proceeding with "                 /usr/local/lib/python2.7/dist-packages/numpy/distutils/system_info.py:572: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found.                  
Directories to search for the libraries can be specified in the                  numpy/distutils/site.cfg file (section [atlas]) or by setting                  the ATLAS environment variable.  

self.calc_info()                              
/usr/local/lib/python2.7/dist-packages/numpy/distutils/system_info.py:572: UserWarning:             
Lapack (http://www.netlib.org/lapack/) libraries not found.                   
Directories to search for the libraries can be specified in the                  
numpy/distutils/site.cfg file (section [lapack]) or by setting                  
the LAPACK environment variable.                         
self.calc_info()                             
/usr/local/lib/python2.7/dist-packages/numpy/distutils 
/system_info.py:572: UserWarning:             
Lapack (http://www.netlib.org/lapack/) sources not found.                   
Directories to search for the sources can be specified in the                  
numpy/distutils/site.cfg file (section [lapack_src]) or by setting                 
the LAPACK_SRC environment variable.                        
self.calc_info()                             
Running from scipy source directory.                         
non-existing path in 'scipy/integrate': 'quadpack.h'                     
Warning: Can't read registry to find the necessary compiler setting                 
Make sure that Python modules _winreg, win32api or win32con are installed.               
error: no lapack/blas resources found 

Merci

+1

Il est généralement préférable d'utiliser des environnements virtuels et l'outil d'installation « pépin », ce qui évite le mélange des paquets dans votre Python système et gère automatiquement les dépendances. Ou, de la même manière, l'outil 'conda', qui peut aussi créer des environnements, puis' conda install [PACKAGE] 'ou' pip install [PACKAGE] 'dans ces environnements. (Je préfère la variante 'miniconda'.) – gojomo

Répondre

0

Had pour mettre à niveau Scipy ... puis la solution donnée dans la réponse par josteinb dans le fil suivant:

Can't upgrade Scipy

A pu mettre à jour scipy comme suit:

sudo apt-get build-dep python-scipy 
sudo pip install --upgrade scipy 

easy_install de gensim a travaillé en douceur après