deepdiff
deepdiff copied to clipboard
Invalid ordered-set version in requirements.txt
Please checkout the F.A.Q page before creating a bug ticket to make sure it is not already addressed.
Describe the bug Can't install the latest version of the package because there is no ordered-set<4.2.0,>=4.1.0 (from versions: 1.0.1, 1.1, 1.2, 1.3, 1.3.1, 1.4.0, 2.0.0, 2.0.1, 2.0.2, 3.0.0, 3.0.1, 3.0.2, 3.1, 3.1.1, 4.0.1, 4.0.2)
To Reproduce
pip install deepdiff
Expected behavior successful installation
OS, DeepDiff version and Python version (please complete the following information):
- OS: MacOS
- Version 5.8.0
- Python: 3.6
Additional context Add any other context about the problem here.
@shencar Ok I have cut the 5.8.2 release. You can find it on Github. Please let me know if that works and I will publish it on Pypi.
Great it works thank you!
Is there a chance to get deepdiff 5.8.2 on pip?
I'm waiting for Pypi guys to get back to me. Can't publish it currently until they allow it.
@shencar @degasus Since pypi admin have been slow, I went and published DeepDiff6 under a new package name: https://zepworks.com/deepdiff/current/
pip install deepdiff6
The orderset versions are loosened up a bit. Hope that helps. Please let me know if not.