vnpy_evo
vnpy_evo copied to clipboard
pyside6.7 still have 'TickMonitor' object has no attribute 'NoEditTriggers'. Did you mean: 'editTriggers'? #39
PS D:\Veighna_Crypto> pip install pyside6 Requirement already satisfied: pyside6 in d:\veighna_station\lib\site-packages (6.7.0) Requirement already satisfied: shiboken6==6.7.0 in d:\veighna_station\lib\site-packages (from pyside6) (6.7.0) Requirement already satisfied: PySide6-Essentials==6.7.0 in d:\veighna_station\lib\site-packages (from pyside6) (6.7.0) Requirement already satisfied: PySide6-Addons==6.7.0 in d:\veighna_station\lib\site-packages (from pyside6) (6.7.0) PS D:\Veighna_Crypto> python .\run.py
[1;33m📢 Tips:[0m QFluentWidgets Pro is now released. Click [1;96mhttps://qfluentwidgets.com/pages/pro[0m to learn more about it.
The datafeed to be used is not configured. Please modify the datafeed settings in the global configuration.
Traceback (most recent call last):
File "D:\Veighna_Crypto\run.py", line 32, in
我也遇到了相同问题,无法运行呢
试试 pip install PySide6==6.3.0
pip install PySide6==6.3.0
这个就装不上,,,
pip install PySide6==6.3.0 可以安装上,但是依然不行
------------------ 原始邮件 ------------------ 发件人: "veighna-global/vnpy_evo" @.>; 发送时间: 2024年6月28日(星期五) 下午2:53 @.>; @.@.>; 主题: Re: [veighna-global/vnpy_evo] pyside6.7 still have 'TickMonitor' object has no attribute 'NoEditTriggers'. Did you mean: 'editTriggers'? #39 (Issue #42)
pip install PySide6==6.3.0
这个就装不上,,,
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
PySide6的版本必须是6.3.0才能兼容,因为好像PySide6后续的版本改动比较大,对vnpy_evo的ui代码不太兼容了,我也有这个问题,但我修改PySide6版本后就解决了!
当前0.3.0版本的Evo,已经修复了UI图形界面部分代码,对于NoEditTriggers之类老版本枚举值的引用方式,解决了上述问题,请安装最新版本测试。