-
Notifications
You must be signed in to change notification settings - Fork 43
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
Import error despite having imported all dependencies #8
Comments
Hmm that is weird, did you do Also would help if you could include what Python version you are running. |
i did and it said that i had already installed all dependencies |
Could you provide the specific version of python? If you are running Python 3.9.X, you might want to get 3.8.X, as cv2 does not currently support 3.9.X. Also if you have both python and python3, install the requirements for Python 3 by using |
ok, i'll try |
yooo it worked, thanks man |
actually i'm having another problem now |
Your option: 1 do i have to edit something in the file? |
it looks like it can't recognize the audio format for some reason |
Hi there, really sorry for replying back so late. As option 1 plays back the midi file, it requires the use of a midi player. Judging by your directory, your host system seems to be Linux-based, which I presume does not have a built-in midi player. You might want to search up on that. Cheers |
Traceback (most recent call last):
File "touhou_bad_apple_v4.0.py", line 1, in
import cv2
ImportError: No module named cv2
The text was updated successfully, but these errors were encountered: