AstraZeneca / rexmex

A general purpose recommender metrics library for fair evaluation.
https://rexmex.readthedocs.io/
278 stars 25 forks source link

Running ./dev_setup.sh fails #12

Closed sebastiandro closed 2 years ago

sebastiandro commented 2 years ago

There is no setup.py file inside the rexmex folder, hence the dev_setup.sh script fails with error message:

ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode

A solution could be to update the dev_setup.sh to install the package from the root directory:

pip install -e .
benedekrozemberczki commented 2 years ago

Install fixed, yml to yaml fixed and the pre-commit config is fixed