I'm currently running Python 3.5.1 on Windows 10 and I'm having trouble installing the lxml module as I get the error message unable to find vcvarsall.bat
, when using pip install lxml
and easy_install lxml
.
After browsing this forum I've seen that I need a visual studio compiler so I've downloaded both 2008 and 2015 and found that the 'vcvarsall.bat' file is in the following location: ....AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0
, how can i now point python to this location? Or am I missing something really fundamental here?
Thanks for your help.