tensorflow / moonlight

Optical music recognition in TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module

ignacio-gc opened this issue · comments

I make the build step with bazel but when I try to run bazel-bin/moonligth/orm I get: ModuleNotFoundError: No module named 'absl'

Do I have to install the modules myself ?

Didn't know about pip install -r requirements.txt, I did that inside a venv. Maybe should be in the readme?

Sorry for the confusion! I've added that command to the README.