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

Error importing predict #21

Open
juancastingo opened this issue Jul 16, 2020 · 1 comment
Open

Error importing predict #21

juancastingo opened this issue Jul 16, 2020 · 1 comment

Comments

@juancastingo
Copy link

from profanity_check import predict
Python 3.7.5 (default, Nov 7 2019, 10:50:52)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

from profanity_check import predict
Traceback (most recent call last):
File "", line 1, in
File "/home/stingo/.local/lib/python3.7/site-packages/profanity_check/init.py", line 1, in
from .profanity_check import predict, predict_prob
File "/home/stingo/.local/lib/python3.7/site-packages/profanity_check/profanity_check.py", line 3, in
from sklearn.externals import joblib
ImportError: cannot import name 'joblib' from 'sklearn.externals' (/home/stingo/.local/lib/python3.7/site-packages/sklearn/externals/init.py)

@juancastingo
Copy link
Author

duplicate of 15

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

1 participant