VNPY - windows 安装踩坑记录


twisted 18.7.0 requires PyHamcrest>=1.9.0, which is not ins
grin 1.2.1 requires argparse>=1.1, which is not installed.

解决
pip install  PyHamcrest
pip install  argparse


---------------------------------------------


from .vnctpmd import MdApi
ImportError: DLL load failed: 找不到指定的模块。
解决,需要 vcredist_x86.exe vcredist_x64.exe
---------------------------------------------


No module named talib
解决:
pip install TA-Lib
依赖下面两个问题解决

---------------------------------------------

pip install TA-Lib ,遇到需要VC9 
解决,需要下载
Microsoft Visual C++ Compiler for Python 2.7
https://www.microsoft.com/en-us/download/details.aspx?id=44266

---------------------------------------------
pip install TA-Lib  遇到问题
    talib\_ta_lib.c(524) : fatal error C1083: Cannot open include file: 'ta_libc
.h': No such file or directory

解决:
需要下载ta-lib-0.4.0-msvc.zip
解压到 C:\
---------------------------------------------

windows 2008 必须是mogod 3.4 版本
mongod.exe  --config "C:\Program Files\MongoDB\Server\3.4\bin\mongod.cfg" --install

---------------------------------------------

 

安装了一台 win10  ,一台  win2008 R2  

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM