-
Notifications
You must be signed in to change notification settings - Fork 60
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
I am getting a lot of errors while running dvc repro especially for fake_news module not found #1
Comments
I think the folder locations have changed |
I changed the folder locations in dvc.yaml file but now I'm getting the error of KeyError: None and NoneType instead of string and float and index 1 out of bound for axis 1 |
I got same errors |
I also get the error "ModuleNotFoundError" No module named 'fake_news'. Anybody know how to solve this? |
You should make sure that the path to the root level module directory is in your PYTHONPATH. |
This worked thanks! |
No description provided.
The text was updated successfully, but these errors were encountered: