theislab / dca

Deep count autoencoder for denoising scRNA-seq data
Apache License 2.0
246 stars 72 forks source link

dca îs not a package #58

Open dr-sayyadhury opened 1 year ago

dr-sayyadhury commented 1 year ago

I tried installing dca using conda, pip3 and I am getting the following error when I try to load the package. I am using vscode for my scripting.


from dca.api import dca ModuleNotFoundError: No module named 'dca.api'; 'dca' is not a package

Thank you.