Module import error
Closed this issue · 6 comments
overfrequency commented
Any idea why I'm having the following error?
File "detector.py", line 12, in <module>
from oulukneeloc import SVM_MODEL_PATH
ModuleNotFoundError: No module named 'oulukneeloc'
lext commented
@overfrequency this is a python package. Try to install it as
pip install -e .
when you are in the root directory
soupault commented
The README file should be updated with the propers steps.
lext commented
@overfrequency Could you please make a pull request regarding this issue?
overfrequency commented
soupault commented
@overfrequency looks good, thanks!