-
Notifications
You must be signed in to change notification settings - Fork 16
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
Outdated "joblib" package causes error #19
Comments
Thank you reporting, let me check! |
On my PC, v0.5.1 works properly without updatiing joblib. Unfortunately, the latest scikit-learn is not compatible to ENUNU-0.5.1.
|
Here is a particular model (polish language, trained by pixprucer) that does not work with joblib 1.0.1. interesting that the latest scikit-learn doesn't work as it work correctly, it works correctly on my side. |
I have recreated the issue personally with a japanese model and the results are the same. To be sure I checked the compatibility of joblib verisons.
Using joblib 1.2.0 with enunu doesn't break compatibility. While joblib 1.2.0 can use scalers from prior versions, scalers created with 1.2.0 do not appear to work with the older versions. |
Thank you very much for the detailed research!! So I released ENUNU 0.5.2 containing these libraries! |
It appears the zip file for enunu 0.5.2 still contains the outdated packages.
|
Sorry for the mistake. I re-uploaded that. |
Thank you, the updated version is working as expected! |
The "joblib" package updated to 1.2.0 on September 16th 2020 and is no longer compatible with the 1.0.1 version included in ENUNU.
To avoid incompatibility would it be possible to update the scikit-learn, numpy, and joblib packages in ENUNU to the current compatible versions? in the case of numpy, numpy<1.23
Users may not know they can update these packages themselves.
Thank you
The text was updated successfully, but these errors were encountered: