Already I have installed Python27 in both Ubuntu 12.04 as well as in Windows7 prior to installation of Biopython. According to manual given in http://biopython.org , I need to install different dependency Softwares like Numpy, Scipy etc. But problem is that I could not able to install Numpy  for both OS.

According to this youtube tutorial

https://www.youtube.com/watch?v=IHRQ5NBqiy8

I have used similar Numpy version but on my windows 64-bit system, but it shows that numpy-1.9.2+mkl-cp27-none-win_amd64.whl is not supported wheel on this platform.

My question is that what will be the best way to get rid of this challenge?

Similar questions and discussions