command 'x86_64-linux-gnu-gcc' failed with exit status 1

前端 未结 3 1245
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-13 00:50

I tried to install \"scholarly\" package, but I keep receiving this error:

x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -         


        
3条回答
  •  甜味超标
    2020-12-13 00:53

    I had the same problem. This one helped me:

    sudo apt-get install build-essential libssl-dev libffi-dev python-dev
    

    If you using python3, try to replace python-dev with python3-dev

提交回复
热议问题