0

我正在尝试在 heroku 上部署一个项目,但每次出现此错误时:

remote:              from pystan import StanModel
remote:          ModuleNotFoundError: No module named 'pystan'
remote:          ----------------------------------------
remote:          ERROR: Failed building wheel for fbprophet

我尝试将 pystan 和 wheel 添加到 requirements.txt,但仍然出现错误。

这是过程文件:

web: gunicorn --worker-class eventlet -w 1 app:app --timeout 120

他是requirements.txt:

DateTime==4.3
eventlet==0.24.1
Flask==1.0.2
Flask-SocketIO==3.0.2
pystan==2.19.1.1
wheel
fbprophet==0.3.post2
gunicorn==19.9.0
numpy==1.15.4
pandas==0.23.0
python-dateutil==2.7.5
python-engineio==2.3.2
python-socketio==2.0.0
requests==2.20.1

我该如何解决这个问题?

4

0 回答 0