ChaozhongLiu / DyberPet

Desktop Cyber Pet Framework based on PySide6
GNU General Public License v3.0
307 stars 27 forks source link

python版本过高会报错 #2

Closed Cirno-NULL closed 4 months ago

Cirno-NULL commented 1 year ago

环境:

系统:win10 python版本:3.11,3.9 image

运行结果:

3.11报错

image

3.9正常

image

ChaozhongLiu commented 1 year ago

能否提供一下在3.11和3.9环境里pyqt5的版本?看起来似乎新版本不会自动把float变成int了?只有这一个问题还好说,有其他的问题我可能要确定一下各个package的版本问题了。谢谢你!

Cirno-NULL commented 1 year ago

image

ChaozhongLiu commented 1 year ago

谢谢你!我明天起床会更新一版修改这个报错的~ 到时候如果3.11还是不能运行,再... 再说 hhhhh

ChaozhongLiu commented 1 year ago

更改了所有可能出现 float 和 int 不一致的地方,有问题随时告诉我~