Open pgarrison opened 1 month ago
I believe this issue only happens if Nuclei_localization.py fails or is canceled in the middle. If it succeeds, I believe it will delete the emt_tmp
directory.
One possible solution may be to use a tempfile.TemporaryDirectory() context manager instead of manually creating & deleting emt_tmp
Steps to reproduce
Nuclei_localization.py
:mkdir -p emt_tmp/nuclei_localization
Follow the virtual environment creation steps from the README.md: a.
python -m venv venv
b.source venv/bin/activate
c.pip install -e .
The final step produces this error:× Getting requirements to build editable did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.