vnpy2.6使用高性能数据库arctic,pandas版本需要降低

arctic使用pandas的Panel,需要pandas的版本<=1.0.3,vnpy2.6中默认安装的是1.3.3,需要手动降低版本
卸载1.3.3

pip uninstall pandas

安装版本1.0.3

pip install pandas==1.0.3
# 或者使用国内镜像
pip install pandas==1.0.3 -i https://pypi.tuna.tsinghua.edu.cn/simple

posted @ 2021-10-12 10:19  贻我高矩  阅读(478)  评论(0编辑  收藏  举报