VDBWRAIR / ngs_mapper

Genome Mapping Pipeline
GNU General Public License v2.0
8 stars 10 forks source link

Numpy Import Error #276

Open averagehat opened 5 years ago

averagehat commented 5 years ago

Encountered the following error when installing on a couple fresh systems; look like something changed upstream. This is fixed by removing --ignore-installed in install.sh (added in commit 9043041). That --ignore-installed was added to fix a setuptools conflict, which it looks like has been fixed upstream.

ImportError: Something is wrong with the numpy installation. While importing we detected an older 
version of numpy in ['/home/bioinformatics/installs/ngs_mapper/miniconda/lib/python2.7/site-packages/numpy'].
 One method of fixing this is to repeatedly uninstall numpy until none is found, then reinstall this version.