Closed Hrovatin closed 1 month ago
Hi. Chex is no requirement anymore (is my understanding). Can you print the version of scVI-tools? You want to update to Python>3.9 to install the most recent release.
The installation guide has python 3.9 fixed: https://docs.scvi-tools.org/en/1.0.4/installation.html#conda
After creating the env I followed the tutorial to install from conda-forge
scvi-tools 1.1.6.post2 pyhd8ed1ab_1 conda-forge
You should look at the latest installation guide (set to 3.12): https://docs.scvi-tools.org/en/latest/installation.html. I looked again at your message and the issue is within optax. It's not on our end to fix it but it's raised in optax https://github.com/google-deepmind/optax/issues/995 and it is their thing to fix it (apparently requirements are ignored by conda).
I tried installing a fresh scvi env via conda, as per install guide, but got bellow wee on scvi-tools import
Fixed by (at least SCVI import):
The downgrades worked as there were deprecations not accounted for in scvi-tools