aashrafh / Mozart

An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.
Apache License 2.0
583 stars 84 forks source link

When trying to use get error #10

Closed Brayman30 closed 2 years ago

Brayman30 commented 2 years ago

When I am trying to use this after following all the steps, I get the error below

Traceback (most recent call last): File "main.py", line 1, in <module> from commonfunctions import * ModuleNotFoundError: No module named 'commonfunctions'

aashrafh commented 2 years ago

I can't regenerate this error. Also, are you sure that the file commonfunctions.pyexists on your clone?