python安装在requirements.txt中

时间:2016-06-05 13:44:22

标签: python linux

我有requirements.txt 在/var/www/FlaskApp/FlaskApp/requirements.txt中  下一个

Flask==0.10.1
gunicorn
requests
google-api-python-client
gcloud
numpy
lxml
oauth2client==2.0.1
pandas==0.18.0

并且即时安装所有依赖库 我正在运行的命令

sudo apt-get install libevent-dev
sudo apt-get install python3-dev
pip install -r /var/www/FlaskApp/FlaskApp/requirements.txt

开始安装和下次返回错误

  

错误:命令' x86_64-linux-gnu-gcc'退出状态1失败

     

----------------------------------------清理......命令/ usr / bin / python -c" import setuptools,   tokenize; file =' /tmp/pip-build-VE4Yke/lxml/setup.py' ;; exec(compile(getattr(tokenize,' open',打开)(文件)。read()。replace(' \ r \ n',' \ n'),文件 ,   ' EXEC'))"安装--record /tmp/pip-BxiyFk-record/install-record.txt   --single-version-external-managed --compile失败,错误代码为1 / tmp / pip-build-VE4Yke / lxml存储调试日志失败   /root/.pip/pip.log

0 个答案:

没有答案