Using pip install zipline
on Windows 8 with Python 2.7 gives me the error:
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:Python27python.exe -c "import setuptools;__
file__='c:\users\ThatsMe\appdata\local\temp\pip-build-ThatsMe\blist\setup.py';ex
ec(compile(open(__file__).read().replace('
', '
'), __file__, 'exec'))" inst
all --record c:usersThatsMeappdatalocalemppip-xvoky2-recordinstall-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
Question: How can the error be resolved? Running pip install zipline[all]
gives the same error...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…