无法在 Heroku 上部署 Flask 应用程序 [致命错误:mpfr.h:没有这样的文件或目录]
Posted
技术标签:
【中文标题】无法在 Heroku 上部署 Flask 应用程序 [致命错误:mpfr.h:没有这样的文件或目录]【英文标题】:Failed To Deploy Flask App On Heroku [fatal error: mpfr.h: No such file or directory] 【发布时间】:2018-02-16 11:26:35 【问题描述】:我已经使用 Flask 制作了简单的网络应用程序,并想在 Heroku 上部署它,但在部署时发现此错误:
Complete output from command /app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-yc_idc80/gmpy2/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-dh_wvxtt-record/install-record.txt --single-version-externally-managed --compile: running install running build running build_ext building 'gmpy2' extension creating build creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/src gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DWITHMPFR -DWITHMPC -I/app/.heroku/python/include/python3.6m -c src/gmpy2.c -o build/temp.linux-x86_64-3.6/src/gmpy2.o In file included from src/gmpy2.c:426:0: src/gmpy.h:252:20: fatal error: mpfr.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 ----------------------------------------
【问题讨论】:
也许,这个答案与你的问题有关***.com/questions/46019674/… 那么,我需要在 Heroku 中安装 MPFR 吗? 【参考方案1】:gmpy2
遇到了同样的问题,我今天解决了:
apt install libgmp-dev libmpfr-dev libmpc-dev
【讨论】:
你是在 Heroku 中解决的还是在你的机器上解决的?以上是关于无法在 Heroku 上部署 Flask 应用程序 [致命错误:mpfr.h:没有这样的文件或目录]的主要内容,如果未能解决你的问题,请参考以下文章
在 Heroku 上部署 Flask Websockets 应用程序时遇到问题
由于 Error=H10,Flask App 在通过 Heroku 部署时导致应用程序错误
使用flask在heroku bert pytorch模型上部署:错误:_pickle.UnpicklingError:无效的加载键,'v'