Closed sebastiandro closed 2 years ago
There is no setup.py file inside the rexmex folder, hence the dev_setup.sh script fails with error message:
setup.py
rexmex
dev_setup.sh
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 .
Install fixed, yml to yaml fixed and the pre-commit config is fixed
There is no
setup.py
file inside therexmex
folder, hence thedev_setup.sh
script fails with error message:A solution could be to update the
dev_setup.sh
to install the package from the root directory: