sccaf
sccaf copied to clipboard
NameError: name 'default_26' is not defined
After I installed the SCCAF, I got an error as follows: from SCCAF import *
NameError Traceback (most recent call last)
/opt/anaconda3/lib/python3.8/site-packages/SCCAF/init.py in
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