sccaf icon indicating copy to clipboard operation
sccaf copied to clipboard

NameError: name 'default_26' is not defined

Open cystone opened this issue 4 years ago • 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?

cystone avatar Apr 06 '21 14:04 cystone

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

auesro avatar Oct 14 '21 09:10 auesro