Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

dependencies update required #97

Open
janursa opened this issue Aug 1, 2024 · 2 comments
Open

dependencies update required #97

janursa opened this issue Aug 1, 2024 · 2 comments

Comments

@janursa
Copy link

janursa commented Aug 1, 2024

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'
@alinaselega
Copy link

alinaselega commented Sep 17, 2024

Same error on python=3.11 with pip install scgen installation

@lxzcpro
Copy link

lxzcpro commented Oct 14, 2024

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

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

No branches or pull requests

3 participants