python-Levenshtein icon indicating copy to clipboard operation
python-Levenshtein copied to clipboard

Error in installation with pip

Open Cristhiant opened this issue 5 years ago • 1 comments

cc1: error: '-fcf-protection=full' requires Intel CET support. Use -mcet or both of -mibt and -mshstk options to enable CET 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-kkb35uuy/python-Levenshtein/setup.py'"'"'; __file__='"'"'/tmp/pip-install-kkb35uuy/python-Levenshtein/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-t0prjddj/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.

even when installed previously gcc and python3-devel

My SO: Fedora 28

Cristhiant avatar Aug 27 '19 20:08 Cristhiant

I am having the similar error while installing it on windows 10.

anidhyabhatnagar avatar Apr 05 '20 08:04 anidhyabhatnagar