We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ModuleNotFoundError Traceback (most recent call last) Cell In[15], line 13 10 import pandas as pd 11 import matplotlib.pyplot as plt ---> 13 import osu.rulesets.beatmap 14 import osu.rulesets.replay 15 import osu.rulesets.hitobjects as hitobjects
ModuleNotFoundError: No module named 'osu'
any ideas how to fix this ? or im doing something wrong ?
The text was updated successfully, but these errors were encountered:
I've encountered a similar problem and it's just an error linked to the position of your python file in your project, if I'm not mistaken
Sorry, something went wrong.
No branches or pull requests
im new to machine learning and i was trying to run the program but when i try to run it i get this error:
ModuleNotFoundError Traceback (most recent call last)
Cell In[15], line 13
10 import pandas as pd
11 import matplotlib.pyplot as plt
---> 13 import osu.rulesets.beatmap
14 import osu.rulesets.replay
15 import osu.rulesets.hitobjects as hitobjects
ModuleNotFoundError: No module named 'osu'
any ideas how to fix this ? or im doing something wrong ?
The text was updated successfully, but these errors were encountered: