SCCAF/sccaf

NameError: name 'default_26' is not defined

cystone opened this issue · 1 comments

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?

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