vnstudio-2.8.0.exe 安装报错 如图所示:
vnstudio-2.8.0.exe 安装报错 如图所示:
裸机 事先没有装python3.7 关闭了360
保持这个窗口,打开cmd,运行 C:\vnstudio/python.exe - m -pip install --no--index -f C:\vnstudio/pkgs -r C:vnstudio/pkgs/requirement.txt 看一下是否有报错,有的话贴一下报错
安装运行报错 保持报错窗口 执行以上命令 没有报错 结果如下图所示
谢谢,你们都是人才。
林星城 wrote:
谢谢,你们都是人才。
不要歪楼。。。。
C:\vnstudio\pkgs\requirements.txt内容如下:
six
wheel
tzlocal==2.0.0
PyQt5==5.14.1
pyqtgraph
qdarkstyle
numpy==1.18.2
pandas
matplotlib
seaborn
PyCryptodome==3.9.9
futu-api
rqdatac==2.9.38
ta-lib
ibapi
deap
pyzmq
wmi
QScintilla==2.11.4
plotly
exchange-calendars
vnpy_rest==1.0.3
vnpy_websocket==1.0.2
vnpy_ctp==6.5.1.7
vnpy_ctptest==6.5.1.3
vnpy_xtp==2.2.27.7
vnpy_tts==6.5.1.1
vnpy_rohon==6.5.1.1
vnpy_mini==1.5.6.3
vnpy_sopt==3.5.5.0
vnpy_uft==3.7.2.4.1
vnpy_esunny==1.0.2.2.3
vnpy_comstar==1.0.1
vnpy_ib==9.81.1.0
vnpy_tap==9.0.0
vnpy_da==1.12.0
vnpy_sgit==4.8.0
vnpy_femas==1.0.0
vnpy_ost==2.0.1.1
vnpy_tora==2021.12.5
vnpy_ctastrategy==1.0.6
vnpy_ctabacktester==1.0.3
vnpy_riskmanager==1.0.2
vnpy_datamanager==1.0.4
vnpy_webtrader==1.0.2
vnpy_spreadtrading==1.1.3
vnpy_datarecorder==1.0.2
vnpy_chartwizard==1.0.1
vnpy_optionmaster==1.0.1
vnpy_algotrading==1.0.1
vnpy_scripttrader==1.0.0
vnpy_portfoliomanager==1.0.0
vnpy_portfoliostrategy==1.0.0
vnpy_paperaccount==1.0.0
vnpy_excelrtd==1.0.0
vnpy_sqlite==1.0.0
vnpy_mysql==1.0.0
vnpy_postgresql==1.0.0
vnpy_mongodb==1.0.0
vnpy_influxdb==1.0.1
vnpy_dolphindb==1.0.5
vnpy_arctic==1.0.2
vnpy_leveldb==1.0.1
vnpy_rqdata==2.9.38.1
vnpy_tushare==1.2.64.2
vnpy_tqsdk==2.8.6
vnpy_coinapi==1.0.0
vnpy_udata==2021.12.7
vnpy_tinysoft==2021.6.17.2
vnpy_ifind==1.0.0
vnpy_wind==1.0.1
PyQt5==5.14.1
PyQtWebEngine==5.14.0
packaging
requests
click
easycython
jupyter
已安装microsoft visual c++ 2017 , vs2019 安装VNPY 2.8.0还是提供要安装C++ BUILD TOOLS是个什么情况?
困守孤城 wrote:
安装运行报错 保持报错窗口 执行以上命令 没有报错 结果如下图所示
C:\vnstudio/python.exe -m pip install --no--index -f C:\vnstudio/pkgs -r C:vnstudio/pkgs/requirement.txt 输入这个,之前多打了个-,应该会输出安装信息
抽烟喝酒带娃 wrote:
已安装microsoft visual c++ 2017 , vs2019 安装VNPY 2.8.0还是提供要安装C++ BUILD TOOLS是个什么情况?
是哪一个库安装失败?
郭易燔 wrote:
困守孤城 wrote:
安装运行报错 保持报错窗口 执行以上命令 没有报错 结果如下图所示
C:\vnstudio/python.exe -m pip install --no--index -f C:\vnstudio/pkgs -r C:vnstudio/pkgs/requirement.txt 输入这个,之前多打了个-,应该会输出安装信息
命令是这个吧:C:\vnstudio/python.exe -m pip install --no-index -f C:\vnstudio/pkgs -r C:\vnstudio/pkgs/requirements.txt
结果如下:
我去下载Microsfte Visual C++ 14.0
郭易燔 wrote:
抽烟喝酒带娃 wrote:
已安装microsoft visual c++ 2017 , vs2019 安装VNPY 2.8.0还是提供要安装C++ BUILD TOOLS是个什么情况?
是哪一个库安装失败?
如下:
setuptools>=31 is required for setup.cfg metadata support
setuptools>=42 is required for pyproject.toml configuration support
Suggested workarounds if applicable:
- preinstalling build dependencies like setuptools_scm before running setup.py
- installing setuptools_scm using the system package manager to ensure consistency
- migrating from the deprecated setup_requires mechanism to pep517/518
and using a pyproject.toml to declare build dependencies
which are reliably pre-installed before running the build tools
"""
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.7
creating build\lib.win-amd64-3.7\lz4
copying lz4\version.py -> build\lib.win-amd64-3.7\lz4
copying lz4\__init__.py -> build\lib.win-amd64-3.7\lz4
creating build\lib.win-amd64-3.7\lz4\block
copying lz4\block\__init__.py -> build\lib.win-amd64-3.7\lz4\block
creating build\lib.win-amd64-3.7\lz4\frame
copying lz4\frame\__init__.py -> build\lib.win-amd64-3.7\lz4\frame
creating build\lib.win-amd64-3.7\lz4\stream
copying lz4\stream\__init__.py -> build\lib.win-amd64-3.7\lz4\stream
running build_ext
building 'lz4._version' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
困守孤城 wrote:
郭易燔 wrote:
困守孤城 wrote:
安装运行报错 保持报错窗口 执行以上命令 没有报错 结果如下图所示
C:\vnstudio/python.exe -m pip install --no--index -f C:\vnstudio/pkgs -r C:vnstudio/pkgs/requirement.txt 输入这个,之前多打了个-,应该会输出安装信息命令是这个吧:C:\vnstudio/python.exe -m pip install --no-index -f C:\vnstudio/pkgs -r C:\vnstudio/pkgs/requirements.txt
结果如下:
我去下载Microsfte Visual C++ 14.0
搞定了?
VNPY 2.8.0 在界面上只有VN TRADER PRO,VN TRADER没有了。
说一下如何安装的吧:
不知道这个版本是否有什么惊喜,但是去掉了VN TRADER怎么做模拟呢?
抽烟喝酒带娃 wrote:
困守孤城 wrote:
郭易燔 wrote:
困守孤城 wrote:
安装运行报错 保持报错窗口 执行以上命令 没有报错 结果如下图所示
C:\vnstudio/python.exe -m pip install --no--index -f C:\vnstudio/pkgs -r C:vnstudio/pkgs/requirement.txt 输入这个,之前多打了个-,应该会输出安装信息命令是这个吧:C:\vnstudio/python.exe -m pip install --no-index -f C:\vnstudio/pkgs -r C:\vnstudio/pkgs/requirements.txt
结果如下:
我去下载Microsfte Visual C++ 14.0搞定了?
安装【Microsfte Visual C++ 14.0】后 搞定了
loss-investment wrote:
郭易燔 wrote:
困守孤城 wrote:
安装运行报错 保持报错窗口 执行以上命令 没有报错 结果如下图所示
C:\vnstudio/python.exe -m pip install --no--index -f C:\vnstudio/pkgs -r C:vnstudio/pkgs/requirement.txt 输入这个,之前多打了个-,应该会输出安装信息
我是显示出这个样子
我换了管理员cmd也是不行
正确命令:C:\vnstudio/python.exe -m pip install --no-index -f C:\vnstudio/pkgs -r C:\vnstudio/pkgs/requirements.txt
同样问题 哎
困守孤城 wrote:
正确命令:C:\vnstudio/python.exe -m pip install --no-index -f C:\vnstudio/pkgs -r C:\vnstudio/pkgs/requirements.txt
大佬能给一个下载microsoft visual C++ 14.0的地址