因此,我尝试使用Google App Engine Flexible
将我的应用上传到Python 3.6
,但出现以下错误:
ImportError: No module named 'sklearn.__check_build._check_build'
我已经经历过以前的问题:
error installing scikit-learn python3
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
任何帮助将不胜感激:)