Agerrr / Automated_Music_Transcription

A program that automatically transcribes a music file with polyphonic piano music in .wav format to sheet notes.
MIT License
116 stars 17 forks source link

Error running`python music_transcriber.py` #4

Open harrett opened 2 years ago

harrett commented 2 years ago

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 commented 2 years ago

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