-
Notifications
You must be signed in to change notification settings - Fork 285
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
Joblib error #214
Comments
is this library deprecated? |
I am also getting a similar error |
I solved this issue by uninstalling scikit-learn and reinstalling a lower version. Then, to re install v 0.22.2 run |
thx @mann2107 i took another approach and removed the machine learning logic, at the end i just needed the regex pack, but ill try this |
@atanasoff-yordan I faced exactly the same issue and submitted pull request: #219 |
I have the same issue, adding scikit-learn==0.22.2 to requirements.txt didn't help me. Is there any info when new release wit PR can be published? |
Thanks It worked... This is the original warning which sckit-learn is throwing in 0.22.2 version:
|
I think this may be a problem with the pypi version of talon. If you look here on the repo in classifier.py, you see the includes are
But if you do a fresh install of talon
|
can confirm
fixes |
Hi, when trying the machine learning approach to extract the text and signature from the email that is in the readme i get this error
ImportError: cannot import name 'joblib' from 'sklearn.externals' (/home/christmas/Projects/emails/emails/lib/python3.7/site-packages/sklearn/externals/__init__.py)
I'm on debian buster, using venv/pipenv and getting that result
Can anybody help me fix this?
thanks
The text was updated successfully, but these errors were encountered: