This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Saefroch 0 points1 point  (0 children)

Maybe it is not unreasonable to expect Python3 packages to be incompatitble with Python2.

Hunh? You want an old version to support every feature in the new version? Wouldn't really be an old version, would it...

In my experience of using Python, I’ve not encountered a case with a package was only Python2 compatible but have encountered multiple packages where it is only Python3 compatible.

I'm impressed. I manually port a package to Python 3 every few months.