You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mldl@ub1604:/ub16_prj/textmulclassify$ python tests/test_main.py
Traceback (most recent call last):
File "tests/test_main.py", line 11, in
from textmulclassify import TextMulClassify
File "/home/mldl/ub16_prj/textmulclassify/textmulclassify/init.py", line 1, in
from .classify import TextMulClassify
File "/home/mldl/ub16_prj/textmulclassify/textmulclassify/classify.py", line 7, in
from etl_utils import process_notifier, cpickle_cache, cached_property, uprint, jieba_parse, DictUtils
ImportError: No module named etl_utils
mldl@ub1604:/ub16_prj/textmulclassify$
The text was updated successfully, but these errors were encountered:
Thanks for your interest at this text mining project. But I have to remind you, this project is already not in maintaining mode since there's no commits in the recent 3 or 4 years, so I'm not sure if the build process still works or not. You maybe have to fix(or upgrade) it by yourself.
mldl@ub1604:
/ub16_prj/textmulclassify$ python tests/test_main.py/ub16_prj/textmulclassify$Traceback (most recent call last):
File "tests/test_main.py", line 11, in
from textmulclassify import TextMulClassify
File "/home/mldl/ub16_prj/textmulclassify/textmulclassify/init.py", line 1, in
from .classify import TextMulClassify
File "/home/mldl/ub16_prj/textmulclassify/textmulclassify/classify.py", line 7, in
from etl_utils import process_notifier, cpickle_cache, cached_property, uprint, jieba_parse, DictUtils
ImportError: No module named etl_utils
mldl@ub1604:
The text was updated successfully, but these errors were encountered: