We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to install it on Amazon Linux. Here is what I am getting:
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstac
k-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC - I/usr/include/python3.7m -c Levenshtein/_levenshtein.c -o build/temp.linux-x86_64-3.7/Levenshtein/_levenshtein.o unable to execute 'gcc': No such file or directory error: command 'gcc' failed with exit status 1 ---------------------------------------- ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"' "'/tmp/pip-install-c1fjhq_8/python-levenshtein/setup.py'"'"'; file='"'"'/tmp/pip-install-c1fjhq_8/python-levenshtein/s etup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.clo se();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-pf6zzeo1/install-record.txt --single- version-externally-managed --compile --install-headers /usr/local/include/python3.7m/python-Levenshtein Check the logs for full command output.
I checked the ownership and it's all right. Suggestions please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to install it on Amazon Linux. Here is what I am getting:
k-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -
I/usr/include/python3.7m -c Levenshtein/_levenshtein.c -o build/temp.linux-x86_64-3.7/Levenshtein/_levenshtein.o
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'
"'/tmp/pip-install-c1fjhq_8/python-levenshtein/setup.py'"'"'; file='"'"'/tmp/pip-install-c1fjhq_8/python-levenshtein/s
etup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.clo
se();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-pf6zzeo1/install-record.txt --single-
version-externally-managed --compile --install-headers /usr/local/include/python3.7m/python-Levenshtein Check the logs for
full command output.
I checked the ownership and it's all right. Suggestions please?
The text was updated successfully, but these errors were encountered: