So I'm trying to upload my app to Google App Engine Flexible
with Python 3.6
and I have the following error:
ImportError: No module named 'sklearn.__check_build._check_build'
I've gone through previous questions:
error installing scikit-learn python3
sklearn ImportError: No module named _check_build
And I haven't had any luck.
This is my requirements.txt
file:
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
Any help would be greatly appreciated :)