解決辦法:conda install gxx linux ...
2022-04-20 09:54 0 971 推薦指數:
x86_64-linux-gnu-gcc ...
/x86_64-conda_cos6-linux-gnu-ld ERROR: activate-binuti ...
下會有兩個相同的_sysconfigdata_x86_64_conda_cos6_linux_gnu. ...
執行qmake -v出現錯誤:qmake: could not exec ‘/usr/lib/x86_64-linux-gnu/qt4/bin/qmake’: No such file or directory分析:qtchooser默認選擇路徑中沒有指向qmake路徑解決方法:cd /usr ...
編譯出現的問題解決方法: 打開終端輸入,qmake -v,出現錯誤:qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory 需要修改 ...
Ubuntu14.04在virtualenv下安裝scrapy報錯,Failed building wheel for cffi,lxml,cryptography 等. error: command 'x86_64-linux-gnu-gcc' failed with exit status ...
查看自己python的版本,然后下載自己版本Python的devel,比如python3.6.8就是 sudo apt-get install python3.6-dev ...