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

Module not found #16

Open
sanikadeshmukh3 opened this issue Sep 3, 2024 · 1 comment
Open

Module not found #16

sanikadeshmukh3 opened this issue Sep 3, 2024 · 1 comment

Comments

@sanikadeshmukh3
Copy link

I've seen in previous posts of people who have run into the same problem as I did, but I cloned the most recent version and it still shows the same problem. This is what I see. scDART.utils cannot be found...
Screenshot 2024-09-02 at 2 51 55 PM

@PeterZZQ
Copy link
Owner

PeterZZQ commented Sep 12, 2024

Hi, yes this was an issue earlier and we did update the code to fix it. I just cloned the repo and installed scDART again to test the function, but it didn't report any issues. Here is the command:

conda create --name scdart python=3.8
conda activate scdart
git clone https://github.com/PeterZZQ/scDART.git
cd scDART
pip install .

After the installation, I opened python under a random directory and load the scDART and its sub-module

import scDART.utils as utils

And it works. I'm guessing it might be the version issue of python or other packages? You can create a new python environment and tried the process above, please let me know if it still doesn't work.

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