Traceback (most recent call last):
File "D:/Work/Tests-Tutorials/german/TEIST.py", line 1, in
from profanity_check import predict, predict_prob
File "C:\Users\fasol\AppData\Local\Programs\Python\Python38\lib\site-packages\profanity_check_init_.py", line 1, in
from .profanity_check import predict, predict_prob
File "C:\Users\fasol\AppData\Local\Programs\Python\Python38\lib\site-packages\profanity_check\profanity_check.py", line 3, in
from sklearn.externals import joblib
ImportError: cannot import name 'joblib' from 'sklearn.externals' (C:\Users\fasol\AppData\Local\Programs\Python\Python38\lib\site-packages\sklearn\externals_init_.py)
Traceback (most recent call last):
File "D:/Work/Tests-Tutorials/german/TEIST.py", line 1, in
from profanity_check import predict, predict_prob
File "C:\Users\fasol\AppData\Local\Programs\Python\Python38\lib\site-packages\profanity_check_init_.py", line 1, in
from .profanity_check import predict, predict_prob
File "C:\Users\fasol\AppData\Local\Programs\Python\Python38\lib\site-packages\profanity_check\profanity_check.py", line 3, in
from sklearn.externals import joblib
ImportError: cannot import name 'joblib' from 'sklearn.externals' (C:\Users\fasol\AppData\Local\Programs\Python\Python38\lib\site-packages\sklearn\externals_init_.py)