|
发表于 2023-1-4 21:16:57
|
显示全部楼层
为啥:
Traceback (most recent call last):
File "G:\王景天\python_sky\python作品\python作品\python(转)\AI五子棋.py", line 11, in <module>
from graphics import *
ModuleNotFoundError: No module named 'graphics'
且:
C:\Users\sky>pip install graphics
Looking in indexes: https://pypi.org
ERROR: Could not find a version that satisfies the requirement graphic (from versions: none)
ERROR: No matching distribution found for graphic
WARNING: There was an error checking the latest version of pip.
C:\Users\sky>pip install graphics
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement graphics (from versions: none)
ERROR: No matching distribution found for graphics
WARNING: There was an error checking the latest version of pip. |
|