ArjunSahlot / piano_visualizer

A tool that allows you to export a video in which a piano is playing the music you give it.
GNU General Public License v3.0
9 stars 2 forks source link

ModuleNotFoundError: No module named 'moviepy' #1

Closed masakiaota closed 1 year ago

masakiaota commented 1 year ago

Requirements are insufficient.

https://github.com/ArjunSahlot/piano_visualizer/blob/main/requirements.txt

ArjunSahlot commented 1 year ago

Ah this is my fault. There is a lingering import statement that is not used. It should be good now :+1:. Thanks for catching it!