Hi, I am trying to install biopython but as there is no official 64 bit window installer. using the above link as mentioned by Yogesh Pandit I have installed setuptools but the command easy_install biopython is not working. I opened cmd and typed this command. can anyone guide me in this regard.
Biopython: Installation
Trying to install Biopython 1.57 on Windows 7 computer; Already have Python 2.7.2 installed; I download the easy installer, it located the Python file. When I hit next, the screen kind of washes out, and then windows tells me that the installer has stopped because of some problem.
I also tried using the source file, but when I open up setup I get a quick command line screen which dissapears and then nothing else.
Anybody have any solutions?
Thanks
• 7,427 views
•
link
2 answers
If your machine is 64 bit, they don't have the official installer. So you might need to try the Unofficial source
• 1 views
•
link
Install a compatible version of setuptools from http://pypi.python.org/pypi/setuptools
Then at the command prompt type
easy_install biopython
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.
is your machine 32-bit or 64-bit?