You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue installing the dependencies.
In particular when I execute pip install --user -e ., I get the following error: ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode: /scratch/wz1232/SGI
Any idea how to fix this? Does the repo need to include the file setup.py as mentioned in the error?
Thanks,
Kevin
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for sharing this repo.
I encountered an issue installing the dependencies.
In particular when I execute
pip install --user -e .
, I get the following error:ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode: /scratch/wz1232/SGI
Any idea how to fix this? Does the repo need to include the file
setup.py
as mentioned in the error?Thanks,
Kevin
The text was updated successfully, but these errors were encountered: