hdeweyh / strangerVisions

GNU General Public License v3.0
46 stars 14 forks source link

NUmPy not installed #4

Open steveswinsburg opened 6 years ago

steveswinsburg commented 6 years ago

I ran pip install but it gave the following error:

Running setup.py bdist_wheel for biopython ... error
  Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-3vHa9t/biopython/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpjXUPpapip-wheel- --python-tag cp27:
  running bdist_wheel
  running build
  running build_py

  Numerical Python (NumPy) is not installed.

  This package is required for many Biopython features.  Please install
  it before you install Biopython. You can install Biopython anyway, but
  anything dependent on NumPy will not work. If you do this, and later
  install NumPy, you should then re-install Biopython.

  You can find NumPy at http://www.numpy.org
---
  Failed building wheel for biopython
JuanmaMorenoSanchez commented 4 years ago

Hi! Same error here. Did you solve it? Thanks!