Google App Engine Flexible找不到sklearn

时间:2019-02-17 08:00:55

标签: python google-app-engine scikit-learn requirements.txt

因此,我尝试使用Google App Engine Flexible将我的应用上传到Python 3.6,但出现以下错误:

ImportError: No module named 'sklearn.__check_build._check_build'

我已经经历过以前的问题:

error installing scikit-learn python3

Install custom sklearn

trouble importing skllearn

sklearn ImportError: No module named _check_build

我还没有运气。

这是我的requirements.txt文件:

Flask==1.0.2
gunicorn==19.7.1
google-cloud-storage==1.8.0
Flask-SQLAlchemy==2.3.2
PyMySQL==0.8.0
numpy
scipy
sklearn

任何帮助将不胜感激:)

1 个答案:

答案 0 :(得分:0)

已安装sklearn,请在scikit-learn上尝试requirements.txtInstalling scikit-learn