killalea / digital-keyboard

A digital piano designed for everyone, with a focus on accessibility.
MIT License
2 stars 1 forks source link

Mingus module does not install dependencies anymore #1

Open mehmetkayaalp opened 5 years ago

mehmetkayaalp commented 5 years ago

When I install requirements.txt and try to run the code, it gave such errors: lots of import errors (No module named notes, chords, intervals). I installed them one by one directly with their names and at the end, it also gave an import error called ModuleNotFoundError: No module named 'keys'. "pip install keys" does not work at this case and when searching on the internet selenium keys errors are mostly on the result. The requirements.txt should be modified.

Thank you for the code 👍

mehmetkayaalp commented 5 years ago

It should be added like this: from mingus.core import keys and others should be added too.

killalea commented 5 years ago

Hello, this is a project I built in college and haven't touched in some time. However, if you're still using it and need help, I'd be happy to do whatever I can. Sorry for the late response.