Closed JulianTosh closed 9 years ago
using
pip install cython
to attempt to install cython, but now that command fails with
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c /tmp/pip-build-IcaCXz/cython/Cython/Plex/Scanners.c -o build/temp.linux-x86_64-2.7/tmp/pip-build-IcaCXz/cython/Cython/Plex/Scanners.o
/tmp/pip-build-IcaCXz/cython/Cython/Plex/Scanners.c:8:22: fatal error: pyconfig.h: No such file or directory
#include "pyconfig.h"
^
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-IcaCXz/cython/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Ewvpw1-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-IcaCXz/cython
Storing debug log for failure in /root/.pip/pip.log
Using
yum install python-devel
resolves this secondary issue and allows the
pip install cython
command to work.
python setup.py install
now results in
fatal error: libusb.h: No such file or directory
Running
yum install libusbx-devel
resolves this 3rd issue. Now I get this error:
/bin/ld: cannot find -ludev
collect2: error: ld returned 1 exit status
error: Setup script exited with error: command 'gcc' failed with exit status 1
yum install systemd-devel
resolves this latest snafu.
And with this ladies and gentlement, the install is complete. Issue resolved. Thank you googles!
Summary of fix:
yum install python-devel libusbx-devel systemd-devel
pip install cython
python setup.py install
:) thanks for this, helped me 👍
For what it's worth, you should not be using setup.py
directly nowadays, you should use pip install .
or pip install git+https://github.com/trezor/python-trezor.git
I have already installed Cython,but when carried out ‘make’,Wrong as follows:
PopdeMacBook-Pro:lib Young$ make
python setup.py build_ext --inplace
Traceback (most recent call last):
File "setup.py", line 13, in
Attempting to install on Fedora 21.
Exact error: