Closed epiphyte closed 1 year ago
Dear @epiphyte , thanks for letting us know.
I tested this on pip
and it looks like that pytorch distribution is not available there. However, installation through mamba
works as it is available on anaconda.
I updated the install instructions in the README and documentation to reflect this, and added a link to mamba's install.
Once mamba
is installed, mamba install -c tyronechen -c conda-forge genomenlp
should work correctly.
Describe the bug When trying to install the dependencies it fails with pytorch 1.10 not available.
To Reproduce python -m venv venv source venv/bin/activate pip install -r requirements.txt
Expected behavior In installs with no issue
Suggested fix pytorch was renamed torch. Replace pytorch with torch.