ERROR: Command errored out with exit status 1: #4275
Unanswered
ahahazrins
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to install ftd2xx with pip install ftd2xx but the error said system cannot find file, but the file is there. Can anybody help me to understand?
C:\Users\GRP387>cd\python27
C:\Python27>cd scripts
C:\Python27\Scripts>pip install ftd2xx
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting ftd2xx
Using cached https://files.pythonhosted.org/packages/9c/4a/1dd58f85f4f148cf06f34f8ffb22c62c058dc63630e97cfd6eefec3860c2/ftd2xx-1.3.1.tar.gz
ERROR: Command errored out with exit status 1:
command: 'c:\python27\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'c:\users\grp387\appdata\local\temp\pip-install-7x0d1o\ftd2xx\setup.py'"'"'; file='"'"'c:\users\grp387\appdata\local\temp\pip-install-7x0d1o\ftd2xx\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 pip-egg-info
cwd: c:\users\grp387\appdata\local\temp\pip-install-7x0d1o\ftd2xx
Complete output (11 lines):
Traceback (most recent call last):
File "", line 1, in
File "c:\users\grp387\appdata\local\temp\pip-install-7x0d1o\ftd2xx\setup.py", line 19, in
subprocess.check_output(["git", "tag", "--points-at", "HEAD"])
File "c:\python27\lib\subprocess.py", line 216, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "c:\python27\lib\subprocess.py", line 394, in init
errread, errwrite)
File "c:\python27\lib\subprocess.py", line 644, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Beta Was this translation helpful? Give feedback.
All reactions