I\'m trying to get scikit-learn to run on Google App Engine. Since scikit-learn isn\'t one of the default included libraries in GAE, I followed the instructions from this SO
The Python 3.7 Standard Runtime supports importation of any libraries you want to use, such as sklearn
scikit-learn is a complicated library with many 'c' based dependencies. Read on a similar post.