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

ModuleNotFoundError: No module named 'scTenifold.core' #10

Closed
charlesgwellem opened this issue Jan 25, 2022 · 1 comment
Closed

ModuleNotFoundError: No module named 'scTenifold.core' #10

charlesgwellem opened this issue Jan 25, 2022 · 1 comment

Comments

@charlesgwellem
Copy link

Thank you for your great package. I have problems loading the scTenifold.data import get_test_dfmodule after installation of scTenifoldpy. How could I fix this?

pip install scTenifoldpy

from scTenifold.data import get_test_df

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-f1722669da56> in <module>
----> 1 from scTenifold.data import get_test_df

~/anaconda3/lib/python3.8/site-packages/scTenifold/__init__.py in <module>
----> 1 from scTenifold.core import *
      2 
      3 
      4 __all__ = ['scTenifoldNet', 'scTenifoldKnk',
      5            "sc_QC", "make_networks", "manifold_alignment", "d_regulation"]

ModuleNotFoundError: No module named 'scTenifold.core'
@qwerty239qwe
Copy link
Owner

Hello! Sorry for the delayed response. This seems to be a bug in scTenifold 0.1.0. Could you please upgrade the package to 0.1.2? I guess it will solve the problem. If it doesn't work, please let me know. Thanks!

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