太难了
我最终在启动python run.py
遇到了
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
请问楼主有同样的问题吗,我是无界面运行
有点头绪了,解决中
ERROR: Could not find a version that satisfies the requirement pywin32 (from wmi->-r requirements.txt (line 24)) (from versions: none)
ERROR: No matching distribution found for pywin32 (from wmi->-r requirements.txt (line 24))
在 vnpy-2.1.3下执行bash install.sh
遇到如上报错
请问错误可以忽略吗
如果在升级GCC版本的最后一步make 上遇到了 gmp.h 相关的报错 可以尝试一下
yum install gmp-devel.x86_64
在执行下面命令时,如果下载速度过慢,这个切换pip源的文档可以帮助到你
./contrib/download_prerequisites
运行bash install.sh时 遇到psycopg2安装错误
yum install postgresql postgresql-server pgadmin3 postgresql-contrib -y
木头哥 wrote:
neo-vnpy wrote:
楼主最后一条命令 ../configure --disable-multilib --enable-languages=c,c++ --with-gmp=/usr/local/gmp-6.1.0 --with-mpfr=/usr/local/mpfr-3.1.4 --witpc=/usr/local/mpc-1.0.3
报错unrecognized option: --witpc=/usr/local/mpc-1.0.3不好意思,少写了,应该是--with-mpc=/usr/local/mpc-1.0.3
已更正。
非常感谢你的分享与帮助
楼主最后一条命令 ../configure --disable-multilib --enable-languages=c,c++ --with-gmp=/usr/local/gmp-6.1.0 --with-mpfr=/usr/local/mpfr-3.1.4 --witpc=/usr/local/mpc-1.0.3
报错unrecognized option: --witpc=/usr/local/mpc-1.0.3
同志用centOS解决了吗