-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
_pyhash.so: undefined symbol: __cpu_model #13
Comments
Hi NikitaMorev You can install pyhash, I have the same ubuntu 16.04, python 2.7.12. Collecting pyhash
Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-m2J6pc/pyhash/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-iq1hHL-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-m2J6pc/pyhash/ |
@NikitaMorev It seems caused by a GCC 5 bug, which will be fixed in GCC 6. @OrsonMM Please install
|
The text was updated successfully, but these errors were encountered: