-1

I am trying to install a python module called biopython using pip install biopython and setup.py install but getting following error.

 error: Unable to find vcvarsall.bat
Alph
  • 391
  • 2
  • 7
  • 18

1 Answers1

2

You can get a pre-compiled .whl of Biopython here at Christoph Gohlke's Python Extension Packages for Windows repository. The page also contains many other packages, so I recommend looking there first before attempting to install from scratch.

MattDMo
  • 100,794
  • 21
  • 241
  • 231