python – “command ‘arm-linux-gnueabihf-gcc’ failed with exit status 1” при установке PycURL

Question:

There is a HummingBoard ( Cubox-i ) with Debian .

I am trying to install PycUCL via pip install pycurl . Throws the following error:

error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1.

arm-linux-gnueabihf-gcc also fails to install:

E: Unable to locate package gcc-arm-linux-gnueabi

Answer:

I solved my problem, the following was missing:

apt-get install libgnutls28-dev

Thanks to everyone who tried to help.

Scroll to Top