为什么PyAutogui没有安装到我的计算机上?

问题描述

我正在尝试在笔记本电脑上安装pyautogui,以便可以使用它使用Arduino Uno制作手势控制系统,并给我以下错误

ERROR: Command errored out with exit status 1:
     command: 'C:\Python27\python.exe' -c 'import sys,setuptools,tokenize; sys.argv[0] = '"'"'c:\\users\\user\\appdata\\local\\temp\\pip-install-sqzd6a\\pyautogui\\setup.py'"'"'; __file__='"'"'c:\\users\\user\\appdata\\local\\temp\\pip-install-sqzd6a\\pyautogui\\setup.py'"'"';f=getattr(tokenize,'"'"'open'"'"',open)(__file__);code=f.read().replace('"'"'\r\n'"'"','"'"'\n'"'"');f.close();exec(compile(code,__file__,'"'"'exec'"'"'))' egg_info --egg-base 'c:\users\user\appdata\local\temp\pip-pip-egg-info-ukdpzd'
         cwd: c:\users\user\appdata\local\temp\pip-install-sqzd6a\pyautogui\
    Complete output (3 lines):
    C:\Python27\lib\distutils\dist.py:267: UserWarning: UnkNown distribution option: 'long_description_content_type'
      warnings.warn(msg)
    error in pyautogui setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

请协助我解决问题

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)