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
Hi, I am currently trying to install scGNN in my jupyter notebook terminal through the command: pip install -e .
However, I got the following error: File setup.py or setup.cfg not found. Directory cannot be installed in editable mode.
So far I had followed the instructions on the github page from source and option 1.
I need this package specifically for GeneLink: https://github.com/zpliulab/GENELink
I was wondering if someone could help me with this installation?
The text was updated successfully, but these errors were encountered:
Ah I see. Sorry I thought it had run. Turns out that once I re-ran pip install -r requirements.txt, I then ran into the next error, which is why the module probably could not be found.
ERROR: Could not find a version that satisfies the requirement torch==1.2.0 (from versions: 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2)
ERROR: No matching distribution found for torch==1.2.0
Hi, I am currently trying to install scGNN in my jupyter notebook terminal through the command: pip install -e .
However, I got the following error: File setup.py or setup.cfg not found. Directory cannot be installed in editable mode.
So far I had followed the instructions on the github page from source and option 1.
I need this package specifically for GeneLink: https://github.com/zpliulab/GENELink
I was wondering if someone could help me with this installation?
The text was updated successfully, but these errors were encountered: