微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

如何解决为什么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 举报,一经查实,本站将立刻删除。