Biopython Import Error
0
0
Entering edit mode
11.9 years ago

Hi everybody!

I have a hugh problem and I need to came out with the solution as soon as I can. I want to uso Biopython to download PDB files and this error appears:

Traceback (most recent call last):
  File "C:\Python27\TAREA 3 FINAL.PY", line 33, in <module>
    from Bio.PDB import *
  File "C:\Python27\lib\site-packages\Bio\PDB\__init__.py", line 15, in <module>
    from PDBParser import PDBParser
  File "C:\Python27\lib\site-packages\Bio\PDB\PDBParser.py", line 13, in <module>
    import numpy
ImportError: No module named numpy

I'm not an expert so I'll really hope you can help me.

biopython • 5.3k views
ADD COMMENT
9
Entering edit mode

Well... you need to install numpy: http://numpy.scipy.org/

ADD REPLY
0
Entering edit mode
ADD REPLY

Login before adding your answer.

Traffic: 1670 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6