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 ?
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 ?