This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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

biopython installation

is your machine 32-bit or 64-bit?

2 answers

If your machine is 64 bit, they don't have the official installer. So you might need to try the Unofficial source

Install a compatible version of setuptools from http://pypi.python.org/pypi/setuptools

Then at the command prompt type

easy_install biopython

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.

Log in to answer this question.