pip install failed
leninganesan opened this issue · 0 comments
Pip install failed with version conflict error on setup.py script.
Python version - 3.7
Please see the below logs.
C:>pip --no-cache-dir install robotframework-sudslibrary
Collecting robotframework-sudslibrary
Downloading robotframework-sudslibrary-0.8.tar.gz (81 kB)
|████████████████████████████████| 81 kB 1.5 MB/s
ERROR: Command errored out with exit status 1:
command: 'c:\users\adcgkjh\appdata\local\programs\python\python37\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\adcgkjh\AppData\Local\Temp\pip-install-_611gjxq\robotframework-sudslibrary\setup.py'"'"'; file='"'"'C:\Users\adcgkjh\AppData\Local\Temp\pip-install-_611gjxq\robotframework-sudslibrary\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\adcgkjh\AppData\Local\Temp\pip-pip-egg-info-_2pgrwzb'
cwd: C:\Users\adcgkjh\AppData\Local\Temp\pip-install-_611gjxq\robotframework-sudslibrary
Complete output (8 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\adcgkjh\AppData\Local\Temp\pip-install-_611gjxq\robotframework-sudslibrary\setup.py", line 8, in
from ez_setup import use_setuptools
File "C:\Users\adcgkjh\AppData\Local\Temp\pip-install-_611gjxq\robotframework-sudslibrary\src\ez_setup.py", line 106
except pkg_resources.VersionConflict, e:
^
SyntaxError: invalid syntax
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.