我正在运行Ubuntu LTS,尝试做一些pip安装操作时遇到错误,例如scrapy。这是我得到的错误:
Unable to execute gcc: No such file or directory
Error: command 'gcc' failed with exit status 1
我正在virtualenv中安装pip。我尝试使用以下命令安装构建必需品,但仍然出现相同的错误:
apt-get -y install build-essential
谁能帮助我了解我哪里出了问题?
编辑-更多信息:
ubuntu@ip-10-164-8-155:/var/log$ gcc -v
The program 'gcc' can be found in the following packages:
* gcc
* pentium-builder
Try: sudo apt-get install <selected package>
apt-get -y install build-essential
什么?您肯定没有安装gcc可执行文件。