无法安装 pyautogui。没有名为"pytweening"的模块



当我尝试执行pip install pyautogui时,我收到以下错误消息:

ERROR: Command errored out with exit status 1:
command: 'c:userss06elausbinpythonpython-3.9.0-embed-win32python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\s06elaus\AppData\Local\Temp\pip-install-ps6csmue\pytweening_0ba0040cb36c4fd19bfae435d80ee501\setup.py'"'"'; __file__='"'"'C:\Users\s06elaus\AppData\Local\Temp\pip-install-ps6csmue\pytweening_0ba0040cb36c4fd19bfae435d80ee501\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:Userss06elausAppDataLocalTemppip-pip-egg-info-dejgrny5'
cwd: C:Userss06elausAppDataLocalTemppip-install-ps6csmuepytweening_0ba0040cb36c4fd19bfae435d80ee501
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:Userss06elausAppDataLocalTemppip-install-ps6csmuepytweening_0ba0040cb36c4fd19bfae435d80ee501setup.py", line 6, in <module>
version=__import__('pytweening').__version__, # Dynamically calculate the version based on pytweening.VERSION.
ModuleNotFoundError: No module named 'pytweening'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

当我尝试用pip安装pytweening时,我会收到同样的错误消息。我有人知道这个问题的解决方法吗?

开始吧!

py -m pip install pyautogui

最新更新