Closed vishalkrtr closed 8 years ago
@vishalkrtr I was wondering if you might be able to give more context around why or when this error occurred?
get-pip.py
is a different GitHub project located here: https://github.com/pypa/get-pip. If your error is related to get-pip.py
, as it appears to be, you will have more luck opening an issue with that project.
One thing you might want to try before opening a ticket with that project is running the command with elevated privileges. In Windows that would mean running in an Administrator command prompt. In Linux that would mean running sudo python get-pip.py
.
A quick google search of your error message also shows that some Linux users have had success in fixing that issue by first installing the foreign function interface components before running get-pip.py. I would also try: sudo apt-get install python-cffi
, then sudo python get-pip.py
@binarycanary Thanks man my issue is resolved by installing python-cffi . Thanks a lot ^_^...
On 16 Oct 2016 1:57 a.m., "binarycanary" notifications@github.com wrote:
@vishalkrtr https://github.com/vishalkrtr I was wondering if you might be able to give more context around why or when this error occurred?
get-pip.py is a different GitHub project located here: https://github.com/pypa/get-pip. If your error is related to get-pip.py, as it appears to be, you will have more luck opening an issue with that project.
One thing you might want to try before opening a ticket with that project is running the command with elevated privileges. In Windows that would mean running in an Administrator command prompt. In Linux that would mean running sudo python get-pip.py.
A quick google search of your error message also shows that some Linux users have had success in fixing that issue by first installing the foreign function interface components before running get-pip.py. I would also try: sudo apt-get install python-cffi, then sudo python get-pip.py
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DanMcInerney/xsscrapy/issues/30#issuecomment-254009089, or mute the thread https://github.com/notifications/unsubscribe-auth/AJDnerQRHKqcC5UhKIoqo-1xs1rG3IcEks5q0TdKgaJpZM4KXQpC .