pip installieren gibt Fehler: Unable to find vcvarsall.Fledermaus

Mit pip install zipline auf Windows 8 mit Python 2.7 gibt mir die Fehlermeldung:

Downloading/unpacking six (from python-dateutil==2.1->delorean->zipline[all])
  Running setup.py egg_info for package six

Installing collected packages: blist, pytz, requests, python-dateutil, six
  Running setup.py install for blist
    building '_blist' extension
    error: Unable to find vcvarsall.bat
    Complete output from command C:\Python27\python.exe -c "import setuptools;__
file__='c:\\users\\ThatsMe\\appdata\\local\\temp\\pip-build-ThatsMe\\blist\\setup.py';ex
ec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" inst
all --record c:\users\ThatsMe\appdata\local\temp\pip-xvoky2-record\install-record.tx
t --single-version-externally-managed:

running install

running build

running build_py

running build_ext

building '_blist' extension

error: Unable to find vcvarsall.bat

Frage: Wie kann der Fehler behoben werden? Läuft pip install zipline[all] gibt den gleichen Fehler...

Finden Sie Antwort auf diesen thread : stackoverflow.com/questions/2817869/...
Das ist Python 2.6
Entweder installieren Sie gcc oder Microsoft Visual Studio Express, und befolgen Sie die Lösungen auf dem link erwähnt Baart, Sie funktionieren für win8 und py2.7. Ich verwendete codeblocks gcc zu installieren.
Antwort in diesem link stackoverflow.com/a/20695951/3121410 genießen!

InformationsquelleAutor Nyxynyx | 2013-11-07

Schreibe einen Kommentar