SCCAF / sccaf

Single-Cell Clustering Assessment Framework
MIT License
90 stars 19 forks source link

problem with SCCAF installation using conda #41

Open mkrzak opened 3 years ago

mkrzak commented 3 years ago

Hello, I have problem when SCCAF is installed using conda. conda install SCCAF seem successful but Im getting error when importing SCCAF in python: >>> import SCCAF /home/ubuntu/miniconda3/envs/python_env/lib/python3.7/site-packages/anndata/_core/anndata.py:21: FutureWarning: pandas.core.index is deprecated and will be removed in a future version. The public classes are available in the top-level namespace. from pandas.core.index import RangeIndex Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/ubuntu/miniconda3/envs/python_env/lib/python3.7/site-packages/SCCAF/__init__.py", line 75, in <module> '#000000', ] + default_26 NameError: name 'default_26' is not defined

Do you have any idea what can cause the issue ? Installed under python version 3.7.7. Pip installation works fine just problem with conda.