Python Arcade库无法导入数字库错误

时间:2019-01-29 17:27:09

标签: python

当我尝试使用Python Arcade库时出现以下错误。有什么想法吗?

Traceback (most recent call last): File "C:\Users\Teacher\Desktop\arcade_test.py", line 10, in import arcade File "C:\Users\Teacher\AppData\Local\Programs\Python\Python37-32\lib\site-packages\arcade__init__.py", line 15, in from arcade.application import * File "C:\Users\Teacher\AppData\Local\Programs\Python\Python37-32\lib\site-packages\arcade\application.py", line 6, in from numbers import Number ImportError: cannot import name 'Number' from 'numbers' (C:\Users\Teacher\Desktop\numbers.py)

0 个答案:

没有答案