-
Notifications
You must be signed in to change notification settings - Fork 13
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
Problem with solo - PyTorch Lightning #75
Comments
hi,I have meet the same problem too,I try downgrade torchmetrics version pip uninstall torchmetrics==0.9.3 & pip install torchmetrics==0.6.0, then it works |
Sadly, it didn't work, I'm getting a different error related to other libraries:
|
Hi all, I'm not familiar with pytorch lightning. We developed Solo for vanilla pytorch. I'll put this on my queue to look into, but I can't promise a quick fix. You might look into whether the scVI developers have their codebase working for pytorch lightning. Otherwise, I'd recommend a clean anaconda install without pytorch lightning. |
Thank you very much, the version from scVI is working in line. |
Hi everyone!
I've been facing an error for some time. When I first installed solo 1.3, PyTorch 1.3.1 was installed by default. With this configuration, it was impossible to even call solo on terminal (I'm working on Mac OS Monterey 12.4).
The error was the following one:
This error is linked to the version of PyTorch, so updating the library to 1.3.8 or higher was a solution.
Anyways, after installing PyTorch lightning 1.3.8 and (later PyTorch lightning 1.7.3), calling the tool on terminal is possible, but it's producing the following error:
This error seems to be related to PyTorch Lightning. I called the tool with 2 different datasets and got similar errors, both pointing PyTorch Lightning as the reason.
Does anyone else have this error? Any help would be very appreciated.
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: