我无法通过reokuiments.txt安装psutil,无论是使用heroku run bash命令登录还是使用pip install psutil
命令。
日志非常大,所以,我会把最重要的"部分内容:
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
Command "/app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-759b4csi/psutil/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-addox7ji-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-759b4csi/psutil/
有人可以帮我吗? 我使用的是python 3.6.0和pip 9.0.1
答案 0 :(得分:1)
我使用pip freeze > requirements.txt
生成新要求,并且部署工具正确处理了这个新文件。