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
File "/Users/xxxxxxxxxxxxxx/deep-music-visualizer/visualize.py", line 1, in import librosa ModuleNotFoundError: No module named 'librosa'
The text was updated successfully, but these errors were encountered:
Hey @happyplacetraveler,
you're missing the librosa module in your Python installation. Be sure to install all needed modules via pip prior to running the script.
Edit: Even better to run pip install -r requirements.txt prior to running the script. It will install all required modules.
pip install -r requirements.txt
Sorry, something went wrong.
I have installed librosa and still get this error, I can even check the version I have installed, any thoughts? Much appreciated :)
No branches or pull requests
File "/Users/xxxxxxxxxxxxxx/deep-music-visualizer/visualize.py", line 1, in
import librosa
ModuleNotFoundError: No module named 'librosa'
The text was updated successfully, but these errors were encountered: