在 Heroku 中安装 python 模块 psutil



我无法通过查询安装 psutil.txt也无法通过使用 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('rn', '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

我使用pip freeze > requirements.txt来生成新需求,并且部署工具正确处理了此新文件。

相关内容

  • 没有找到相关文章

最新更新