无法安装robotframework-sudslibrary

问题描述

我正在尝试在机器人框架中安装 sudslibrary 我收到以下错误,

C:\Users\tempnisou>pip install robotframework-sudslibrary
Collecting robotframework-sudslibrary
  Using cached robotframework-sudslibrary-0.8.zip (94 kB)
    ERROR: Command errored out with exit status 1:
     command: 'c:\users\tempnisou\appdata\local\programs\python\python38-32\python.exe' -c 'import sys,setuptools,tokenize; sys.argv[0] = '"'"'C:\\Users\\tempnisou\\AppData\\Local\\Temp\\pip-install-1s3emb9x\\robotframework-sudslibrary_5a76e5560d144779abbdf50b1b1d18d7\\setup.py'"'"'; __file__='"'"'C:\\Users\\tempnisou\\AppData\\Local\\Temp\\pip-install-1s3emb9x\\robotframework-sudslibrary_5a76e5560d144779abbdf50b1b1d18d7\\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\tempnisou\AppData\Local\Temp\pip-pip-egg-info-kfd87cg1'
         cwd: C:\Users\tempnisou\AppData\Local\Temp\pip-install-1s3emb9x\robotframework-sudslibrary_5a76e5560d144779abbdf50b1b1d18d7\
    Complete output (8 lines):
    Traceback (most recent call last):
      File "<string>",line 1,in <module>
      File "C:\Users\tempnisou\AppData\Local\Temp\pip-install-1s3emb9x\robotframework-sudslibrary_5a76e5560d144779abbdf50b1b1d18d7\setup.py",line 8,in <module>
        from ez_setup import use_setuptools
      File "C:\Users\tempnisou\AppData\Local\Temp\pip-install-1s3emb9x\robotframework-sudslibrary_5a76e5560d144779abbdf50b1b1d18d7\src\ez_setup.py",line 106
        except pkg_resources.VersionConflict,e:
                                            ^
    SyntaxError: invalid syntax
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/69/b2/56cd8af41f2d3dc1d333027267777804266985016074f36231cb707d267e/robotframework-sudslibrary-0.8.zip#sha256=e93b69c784eddd1d3b3d56297c8e0a3d7e1880a3deed0f900e9f150990ad2eaa (from https://pypi.org/simple/robotframework-sudslibrary/).

图片:

enter image description here

解决方法

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

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

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

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...