Python Flask(部署在 Heroku 上):ImportError: cannot import name 'secure_filename' from 'werkzeug' when de
Posted
技术标签:
【中文标题】Python Flask(部署在 Heroku 上):ImportError: cannot import name \'secure_filename\' from \'werkzeug\' when deploying on Heroku【英文标题】:Python Flask (deployed on Heroku): ImportError: cannot import name 'secure_filename' from 'werkzeug' when deploying on HerokuPython Flask(部署在 Heroku 上):ImportError: cannot import name 'secure_filename' from 'werkzeug' when deploying on Heroku 【发布时间】:2022-01-21 18:49:40 【问题描述】:在 heroku 上部署烧瓶应用程序时,我收到上述错误。 heroku 的问题是它安装了依赖项,然后我无法覆盖它们,或者? 在我的本地服务器上,我只是去了 flask_uploads.py 并将导入更改为:
from werkzeug.utils import secure_filename
from werkzeug.datastructures import FileStorage
这很好用。
但是在将flask 应用程序部署到heroku 时,安装flask_uploads.py 后如何更改它的内容?
【问题讨论】:
【参考方案1】:flask-uploads
不再正确维护,并且尚未发布对更新后的 Werkzeug API 更改的修复,因此您会看到此错误。
只需在您的依赖项列表中将flask-uploads
与flask-reuoloaded
交换,例如requirements.txt 或类似文件。您不必更改导入!
见https://github.com/jugmac00/flask-reuploaded
【讨论】:
嘿,谢谢你的回答 很高兴我能帮上忙。您会考虑投票还是接受我的回答?谢谢以上是关于Python Flask(部署在 Heroku 上):ImportError: cannot import name 'secure_filename' from 'werkzeug' when de的主要内容,如果未能解决你的问题,请参考以下文章
Python Flask Web API [Heroku]:它在本地运行,但在部署时显示应用程序错误
在 Heroku 上部署 Flask Websockets 应用程序时遇到问题
无法在 Heroku 上部署 Flask 应用程序 [致命错误:mpfr.h:没有这样的文件或目录]
在已部署的 Flask 应用程序 (Heroku) 上使用 OpenCV
使用flask在heroku bert pytorch模型上部署:错误:_pickle.UnpicklingError:无效的加载键,'v'