You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by amethystzh October 22, 2024
Hi, here I have a problem, that when I tried to install the latest 2.9.10 on my Windows with python3.8, it failed. yet when I tried with python3.11 it succeed. I tried with 2 of my windows PC both the same way. one is Python3.8.5, the other is Python3.8.8. I also tried on my Linux with Python3.8 it can succeed, summarize as below:
OS
Python
result
Win
3.8.5
failed
Win
3.8.8
failed
Win
3.11.8
succeed
Linux
3.8.5
succeed
seems 2.9.10 release note clarify it adds supporting for 3.13 & drops supporting for 3.7, yet has not mention 3.8, so I think it will still support 3.8?
there's an issue raised for psycopg2-binary for 3.9, but from the comments seems it's only for binary on Mac? #1737