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

Error runningpython music_transcriber.py #4

Open
harrett opened this issue Sep 4, 2022 · 1 comment
Open

Error runningpython music_transcriber.py #4

harrett opened this issue Sep 4, 2022 · 1 comment

Comments

@harrett
Copy link

harrett commented Sep 4, 2022

I got this error:
ImportError: No module named pylab
So I executed:
pip install pylab
But got:
ERROR: Could not find a version that satisfies the requirement pylab (from versions: none)
ERROR: No matching distribution found for pylab

Any helps? Thanks!
2022-09-04 12-27-15屏幕截图

@unverbosejohn
Copy link

pylab module is part of the Matplotlib library so you should try (venv activated):
pip install matplotlib

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

2 participants