Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joblib file missing #1

Open
NoamCodes opened this issue Apr 22, 2024 · 1 comment
Open

Joblib file missing #1

NoamCodes opened this issue Apr 22, 2024 · 1 comment
Assignees

Comments

@NoamCodes
Copy link
Collaborator

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 NoamCodes self-assigned this Apr 22, 2024
NoamCodes added a commit that referenced this issue Apr 22, 2024
fix environments to solve issue #1
@NoamCodes
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant