大家好,我电脑是win11。安装VeighNa Studio3.5.0后双击没有任何反应,按照网上说的安装了各种软件也不起作用,
然后就用手动(https://www.vnpy.com/docs/cn/windows_install.html)的方法安装了python3.10.2,安装VeighNa-3.0.0,这个过程有报以下错误:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pyside6-essentials 6.3.0 requires shiboken6==6.3.0, but you have shiboken6 6.2.3 which is incompatible.
pyside6-addons 6.3.0 requires shiboken6==6.3.0, but you have shiboken6 6.2.3 which is incompatible.
jupyter-server 2.0.1 requires pyzmq>=24, but you have pyzmq 22.3.0 which is incompatible.
jupyter-client 7.4.8 requires pyzmq>=23.0, but you have pyzmq 22.3.0 which is incompatible.
然后我又手动安装了shiboken6==6.3.0、pyzmq==24.0.0
再运行run.py还是打不开呢,报以下错误:
Traceback (most recent call last):
File "C:\VeighNa-3.0.0\VeighNa-3.0.0\examples\vn_trader\run.py", line 5, in <module>
from vnpy.trader.ui import MainWindow, create_qapp
File "C:\Users\cklgg\AppData\Local\Programs\Python\Python310\lib\site-packages\vnpy\trader\ui__init__.py", line 1, in <module>
from .qt import QtCore, QtWidgets, QtGui, Qt, create_qapp
File "C:\Users\cklgg\AppData\Local\Programs\Python\Python310\lib\site-packages\vnpy\trader\ui\qt.py", line 9, in <module>
from PySide6 import QtGui, QtWidgets, QtCore
ImportError: DLL load failed while importing QtGui: 找不到指定的程序。