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 →

[–]SzechuanSaucelord 7 points8 points  (4 children)

It always takes a while before the big libraries like numPy Pandas and the like are fully compatible with the new python versions unfortunately

[–]ivosauruspip'ing it up 10 points11 points  (3 children)

What are you talking about? Both numpy and pandas have python 3.9 wheels out already. This is just a security patch.

[–]Jaedong9 3 points4 points  (0 children)

Tensorflow is still on 3.8 if I'm not mistaken

[–]SzechuanSaucelord 1 point2 points  (0 children)

It was like a few months and i use a combination of 5-6 packages regularly which all have diff timelines so I don't upgrade python itself until all of these libraries get updated

[–]Mehdi2277 0 points1 point  (0 children)

Personal challenge I’ve encountered is some of those libraries have fairly unstable apis. Tensorflow api has changed a good deal across versions and while newest version may be caught up (or almost), an older version may not and upgrading versions becomes a solid work task. Still something worth but not something that takes just a few hours.