-
Notifications
You must be signed in to change notification settings - Fork 43
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
Problem Installing pybgpstream #117
Comments
Can you give some more details? What OS is this? |
Hi Alistair thanks for getting back to me, its Linux 5.3.0-53-generic #47~18.04.1-Ubuntu here is the full error pip3 install pybgpstream Failed building wheel for pybgpstream
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-8vxl_pap/pybgpstream/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-umgsjaha-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-8vxl_pap/pybgpstream/ |
May be you should install python dev lib, run this cmd on ubuntu:
|
I see that this same issue was closed in 2016 but I am getting the same problem when running pip3 install pybgpstream
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-qpmce5u3/pybgpstream/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-yx4d00ht-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-qpmce5u3/pybgpstream/
However everything works ok in 2.7, is this fixed yet for python3 ?
The text was updated successfully, but these errors were encountered: