Python Forum
Python V3.11 Installation Help - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Python V3.11 Installation Help (/thread-37925.html)



Python V3.11 Installation Help - Danno - Aug-10-2022

Hi. I'm building a decent-sized python app that uses several libraries including Numpy, Matplotlib, pandas, Seaborn, and eight others throw when trying to install them. These libraries install fine using 3.9 and 3.10. Using a new 3.11 virtual environment, they throw errors when trying to install them.

From articles and posts, it appears that these libraries do not support Python 3.11 yet. Is this correct? Feedback, please.

Thanks,

Dan.


RE: Python V3.11 Installation Help - snippsat - Aug-10-2022

(Aug-10-2022, 04:15 AM)Danno Wrote: From articles and posts, it appears that these libraries do not support Python 3.11 yet. Is this correct? Feedback, please.
Python 3.11 is in beta and will be released in October this year.
So if use many 3 third-party libraries should stick with official releases where the lasted is Python 3.10.6


RE: Python V3.11 Installation Help - Danno - Aug-11-2022

(Aug-10-2022, 04:48 AM)snippsat Wrote:
(Aug-10-2022, 04:15 AM)Danno Wrote: From articles and posts, it appears that these libraries do not support Python 3.11 yet. Is this correct? Feedback, please.
Python 3.11 is in beta and will be released in October this year.
So if use many 3 third-party libraries should stick with official releases where the lasted is Python 3.10.6
Snippsat,

Thanks for the feedback. That makes sense. I'll wait then.

Best,

Dan.