Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing file #2

Open
SeekPoint opened this issue Aug 28, 2018 · 1 comment
Open

missing file #2

SeekPoint opened this issue Aug 28, 2018 · 1 comment

Comments

@SeekPoint
Copy link

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$

@dchentech
Copy link
Contributor

dchentech commented Aug 28, 2018

Hi @lovejasmine

The error trace told you 'etl_utils' is missing, if you git grep etl_utils, you will find it's external python package required at 'setup.py'. Take a look at https://github.com/17zuoye/textmulclassify/blob/master/.travis.yml , it shows how CI tests work.

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.

Thanks,
David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants