SCCAF / sccaf

Single-Cell Clustering Assessment Framework
MIT License
85 stars 18 forks source link

NameError: name 'default_26' is not defined #45

Open cystone opened 3 years ago

cystone commented 3 years ago

After I installed the SCCAF, I got an error as follows: from SCCAF import *


NameError Traceback (most recent call last)

in ----> 1 from SCCAF import * /opt/anaconda3/lib/python3.8/site-packages/SCCAF/__init__.py in 73 '#000080', 74 '#808080', ---> 75 '#000000', ] + default_26 76 77 NameError: name 'default_26' is not defined ---------------------------------------------- Anyone knew the reason and solving method?
auesro commented 2 years ago

As mentioned in issue #41 , the problem is solved if you use pip installation. But it also happened to me, exactly the same error, with conda installation.

Cheers,

A