App has been compiled by a more recent version of the Java Runtime (class file version 61.0), this 找了一圈后发现是因为打包后的程序只能运行JDK8-JDK11的版本,而我将代码打包成.jar包时用的是JDK17,所以报了这个错。在b站上跟黑马阿伟老师学习如何将写好的游戏代码打包成可以下载安装的.exe文件时报了这个错误。重新用JDK11将代码打包成.jar包就好。
AttributeError:module ‘collections‘ has no attribute ‘abc‘ AttributeError:module 'collections' has no attribute 'abc'