-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Incompatibile dill version (0.3.9) in datasets 2.18.0 - 3.5.0 #7510
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
Comments
Hi ! We can bump Would you be interested in opening a PR ? Then we can run the CI to see if it works |
Hi!. Yeah I can do it. Should I make any changes besides dill versions? |
There are probably some usage of internal functions from If you run |
Hi, sorry for no response from my side. I will try to do it today. |
Created pull request: LINK |
Describe the bug
Datasets 2.18.0 - 3.5.0 has a dependency on dill < 0.3.9. This causes errors with dill >= 0.3.9.
Could you please take a look into it and make it compatible?
Steps to reproduce the bug
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
datasets 2.18.0 requires dill<0.3.9,>=0.3.0, but you have dill 0.3.9 which is incompatible.
Expected behavior
Pip install both libraries without any errors
Environment info
Datasets version: 2.18 - 3.5
Python: 3.11
The text was updated successfully, but these errors were encountered: