daisybio / daisybio/Tangram_Refinement_Strategies
No module named 'refined_tangram'
Open
- Dominant language
- Jupyter Notebook
- Stars
- 10
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
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
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.