Python Forum

Full Version: Python V3.11 Installation Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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
(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.