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
updated: if installed using git, it imports successfully. seems like the new updates are not published to pip
On python=3.10, installed pip install scgen, when i import scgen, i get
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/beegfs/desy/user/nourisaj/miniforge3/lib/python3.10/site-packages/scgen/__init__.py", line 3, in <module>
from ._scgenvae import SCGENVAE
File "/beegfs/desy/user/nourisaj/miniforge3/lib/python3.10/site-packages/scgen/_scgenvae.py", line 4, in <module>
from scvi._compat import Literal
ModuleNotFoundError: No module named 'scvi._compat'
The text was updated successfully, but these errors were encountered:
I use python=3.9 and torch=2.1 with pip install git+https://github.com/theislab/scgen.git
and the tutorial works on my local server
updated
: if installed using git, it imports successfully. seems like the new updates are not published to pipOn
python=3.10
, installedpip install scgen
, when iimport scgen
, i getThe text was updated successfully, but these errors were encountered: