J'ai installé Python-biopython et l'ai utilisé avec succès dans mes scripts Python avec quelque chose comme :
import Bio
Mais il a fini par cesser de fonctionner et maintenant, même après désinstallation et réinstallation, je ne peux pas importer avec succès avec Python 2.7x. J'obtiens l'erreur suivante :
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named Bio
Sorties demandées :
Sortie de la politique apt-cache Python-biopython :
python-biopython:
Installed: 1.63-1
Candidate: 1.63-1
Version table:
*** 1.63-1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
100 /var/lib/dpkg/status
Résultat de find $(Python -c "import sys ; print ' \n .join(sys.path)") -type d -name 'Bio' :
find: `/home/alex/anaconda/lib/python27.zip': No such file or directory
find: `/home/alex/anaconda/lib/python2.7/lib-old': No such file or directory
Sortie de Python -c "import sys ; print ' \n '.join(sys.path)" Il ne semble pas que biopython soit répertorié :
/home/alex/anaconda/lib/python27.zip
/home/alex/anaconda/lib/python2.7
/home/alex/anaconda/lib/python2.7/plat-linux2
/home/alex/anaconda/lib/python2.7/lib-tk
/home/alex/anaconda/lib/python2.7/lib-old
/home/alex/anaconda/lib/python2.7/lib-dynload
/home/alex/anaconda/lib/python2.7/site-packages
/home/alex/anaconda/lib/python2.7/site-packages/Sphinx-1.3.1-py2.7.egg
/home/alex/anaconda/lib/python2.7/site-packages/cryptography-0.9.1-py2.7-linux-x86_64.egg
/home/alex/anaconda/lib/python2.7/site-packages/setuptools-18.1-py2.7.egg
Sortie de la politique apt-cache Python :
python:
Installed: 2.7.5-5ubuntu3
Candidate: 2.7.5-5ubuntu3
Version table:
*** 2.7.5-5ubuntu3 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status