Skip to content
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

torch version compatibility #23

Open
stemjn opened this issue Jan 6, 2024 · 1 comment
Open

torch version compatibility #23

stemjn opened this issue Jan 6, 2024 · 1 comment

Comments

@stemjn
Copy link

stemjn commented Jan 6, 2024

It seems that cellDancer relies on torch version = 1.10.0.

However, my current torch version is 2.0.0.

I tried to install 1.10.0 but it seems that it is no longer available from PyTorch:
"ERROR: No matching distribution found for torch==1.10.0"

I suspect that this incompatibility is the current source of the error I'm experiencing with cellDancer, which was described previously: "none of the genes predicted" (Issue #15).

May I ask if cellDancer can be updated to be compatible with torch version 2.0.0 or above?

Thank you.

@Abclisy
Copy link
Member

Abclisy commented Mar 15, 2024

Hello,

Thank you for reaching out. Your question looks related to this question. I tried in my conda environment and I was able to install torch==1.10.0. To get around it quickly, is it possible for you to build a new conda environment following the installation page and specify the python version with 3.7.6? We've tested many times under different devices and Python 3.7.6 works smoothly. If you still have this problem, please feel free to reach out.

Best,
Shengyu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants