pip install gives error: Unable to find vcvarsall.bat
Using pip install zipline on Windows 8 with Python 2.7 gives me the error:
Using pip install zipline on Windows 8 with Python 2.7 gives me the error:
MacOS Sierra
I’ve installed the latest python (2.7.9) bundled with pip and setuptools for windows 32-bit. I’ve tried reinstalling pip but the problem persists.
I seem to have suddenly started to encounter the error error: option --single-version-externally-managed not recognized when using pip install with various packages (including PyObjC and astropy).
Can I install/upgrade packages from GitHub using conda?
My computer is running windows behind a proxy on a windows server (using active directory), and I can’t figure out how to get through it with pip (in python3). I have tried using --proxy, but it still just timeouts. I have also tried setting a long timeout (60s), but that made no difference. My proxy settings are correct, and I compared them with those that I’m using successfully in TortoiseHG to make sure.
OS: Windows 10
I’m installing several Python packages in Ubuntu 12.04 using the following requirements.txt file:
This is a truly popular question here at SO, but none of the many answers I have looked at, clearly explain what this error really mean, and why it occurs.
How do control what files are included in a wheel? It appears MANIFEST.in isn’t used by python setup.py bdist_wheel.