sccaf icon indicating copy to clipboard operation
sccaf copied to clipboard

problem with SCCAF installation using conda

Open mkrzak opened this issue 5 years ago • 1 comments

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.

mkrzak avatar Nov 30 '20 12:11 mkrzak