The joy of Python versioning:
- some packages check for Python version like this: `assert sys.version >= "3.5"`
- guess what happens on Python 3.10 🤦
The joy of Python versioning:
- some packages check for Python version like this: `assert sys.version >= "3.5"`
- guess what happens on Python 3.10 🤦
?cid=2154d3d7fjvigx21ll1n5ywjtu8erog2ryv1hfadiyl0sy4m&rid=giphy.gif&ct=g
I guess 3.10 < 3.5?
Stringly typed language
This one is a classic, had the same issue with several other *well written "packages checker" 😒
There's an entire issue on pip to adress that.
I feel your pain.
Python packages compatibility management is indeed a pain
F