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
Describe the bug
I faced errors when installing the GenSLM package using the pip install git+https://github.com/ramanathanlab/genslm command.
Error 1: The specific version for torch-lightning could not be found. I fixed this by cloning the repo, removing the version for torch-lightning from setup.cfg followed by running pip install .
Error 2: The h5py package threw an error when I tried to import genslm. Reinstalling h5py to the latest version fixed this, and everything else worked after this.
The text was updated successfully, but these errors were encountered:
I set up a Conda genslm.yaml and makefile here. When you cd into the directory and have conda and make installed, you should just be able to type make and it will set up the genslm conda env, pull genslm, replace the setup.cfg with the updated version, and install genslm. I was able to test this on my M1 macbook pro and the import genslm worked just fine.
Describe the bug
I faced errors when installing the GenSLM package using the
pip install git+https://github.com/ramanathanlab/genslm
command.Error 1: The specific version for
torch-lightning
could not be found. I fixed this by cloning the repo, removing the version fortorch-lightning
fromsetup.cfg
followed by runningpip install .
Error 2: The
h5py
package threw an error when I tried to import genslm. Reinstallingh5py
to the latest version fixed this, and everything else worked after this.The text was updated successfully, but these errors were encountered: