-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scNym Will Not Install #27
Comments
Also note that this was run using python 3.10.11 which is the default python version on google colab. Switching to lower version of python such as 3.8 will break other packages such as scanpy. |
Hi @Kwasi-Scientist, sorry for the delayed response. I made some updates to the dependency version requirements. If you still wanna try out scnym, could you follow the installation instructions to create a new conda environment with python 3.8 and try installing again from github (by pip install -e scnym/) rather than PyPI? |
Hi, The GPU model is A100 |
hey @weir12 -- the error above could stem from either:
e.g.
I hope that helps! |
Hello @jacobkimmel, I've managed to resolve the issue by transitioning to a V100 compute cluster. It appears that the A100 is incompatible with older versions of CUDA. If feasible, could you please update the PyTorch version in the dependency file? This change would prompt Conda to install a newer version of CUDA, ensuring compatibility with more recent graphics cards. Best regards, |
The scNym package (and tutorials) are broken as it attempts to install leidenalg==0.8.0 from cache and fails. Please see the below error message. Please fix the scNym package requirements.
Collecting scnym
Using cached scnym-0.3.2-py2.py3-none-any.whl (68 kB)
Collecting anndata==0.7.4 (from scnym)
Using cached anndata-0.7.4-py3-none-any.whl (118 kB)
Collecting ConfigArgParse==1.1 (from scnym)
Using cached ConfigArgParse-1.1.tar.gz (41 kB)
Preparing metadata (setup.py) ... done
Collecting h5py==2.10.0 (from scnym)
Using cached h5py-2.10.0.tar.gz (301 kB)
Preparing metadata (setup.py) ... done
Collecting leidenalg==0.8.0 (from scnym)
Using cached leidenalg-0.8.0.tar.gz (4.1 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Preparing metadata (pyproject.toml) ... error
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
The text was updated successfully, but these errors were encountered: