mims-harvard / PrimeKG

Precision Medicine Knowledge Graph (PrimeKG)

Home Page:https://zitniklab.hms.harvard.edu/projects/PrimeKG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install fails because `requirements.txt` contains hard coded paths

bevankoopman opened this issue · comments

pip3 install -r requirements.txt fails as requirements.txt contains hard coded file paths. Error is:

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/opt/conda/conda-bld/attrs_1642510447205/work'

I could use conda to build an environment with this file https://github.com/mims-harvard/PrimeKG/blob/main/environment.yml

commented

same issue experienced as indicated by @bevankoopman requirements.txt refers to /opt/conda location. requirements.txt is not formatted for a pip install.

Please review our recent code update. This issue should be fixed using the updated_requirements.txt file. Please open a new issue if there are problems with the new file.