-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi. After I create the environment, I cannot import the package:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[4], line 6
4 import matplotlib.pyplot as plt
5 from anndata import AnnData
----> 6 import refined_tangram as tg
7 import benchmarking
9 sc.logging.print_header()
ModuleNotFoundError: No module named 'refined_tangram'
I use this method to create:
conda env create -f environment.yml
Metadata
Metadata
Assignees
Labels
No labels