-
Notifications
You must be signed in to change notification settings - Fork 14
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
ModuleNotFoundError: No module named 'AudioLib' #1
Comments
Hi, Can you provide a screenshot of your issue or type the code that trigger this issue ? |
Shot in the dark someone might answer heres my error message.
welp back to searching |
Hi,
In this directory you should normally see the file AudioEffect.py Can you also show what is in the file init.py from (/home/int96/.local/lib/python3.10/site-packages/AudioLib/init.py) |
Hello,
I'm new to Python, I am using ubuntu, and when I run the command: python3 AudioEffect.py the ModuleNotFoundError: No module named 'AudioLib' pops up, I think that the problem is in the init.py file as the program doesn't recognize AudioLib as a module, instead it sees it as a regular folder probably, I haven't changed anything in the code, I downloaded exactly from the github repository and I ran the main AudioEffect.py file, can you help me solve this problem, thank you in advance, best regards
Aleksa
The text was updated successfully, but these errors were encountered: