Skip to content
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

command not found: librosa #30

Open
happyplacetraveler opened this issue Nov 12, 2022 · 2 comments
Open

command not found: librosa #30

happyplacetraveler opened this issue Nov 12, 2022 · 2 comments

Comments

@happyplacetraveler
Copy link

File "/Users/xxxxxxxxxxxxxx/deep-music-visualizer/visualize.py", line 1, in
import librosa
ModuleNotFoundError: No module named 'librosa'

@hubortje
Copy link

hubortje commented Nov 12, 2022

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.

@jakerosow
Copy link

I have installed librosa and still get this error, I can even check the version I have installed, any thoughts? Much appreciated :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants