geo-smart / Flood-risk-ML

MIT License
0 stars 1 forks source link

Joblib file missing #1

Open NoamCodes opened 5 months ago

NoamCodes commented 5 months ago

when running the chapter 2 setup the error that I ran into was that there was no job lib file. Here is the error message that I got when I tried running it: `

ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 2 1 import time ----> 2 import joblib 3 import pickle 4 import numpy as np

ModuleNotFoundError: No module named 'joblib'`

NoamCodes commented 5 months ago

fixed the environment file but the binder is taking a long time to load.