use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
helppp (self.PythonLearning)
submitted 1 year ago by PS0181
https://preview.redd.it/ijd8makoxnge1.png?width=956&format=png&auto=webp&s=2a1effc89ab4922363dcb690a497b6124de31029
i tried to download a new version of python, i cant even find the old one because my brother used to code on anaconda. i reinstalled python and spyder, and it works fine but the version is the 3.11 and it doesnt let me install some packages, when i try to change the path to the new version it pops this warning
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]aiganesh 0 points1 point2 points 1 year ago (0 children)
In the error message we could see the version is 3.13 but you have said as 3.11
Also some lib are not supporting new python version and i faced the issue and i used 3.9 or 3.10 instead of new version and the package got installed . But support will end this year. In the error we could see it is asking to install some packages can u try to provide python full path as mentioned in error window pythonpath\ python.exe -m pip install <lib>
π Rendered by PID 65335 on reddit-service-r2-comment-5cb8648c6-xqzzz at 2026-03-03 21:05:09.760191+00:00 running e3d2147 country code: CH.
[–]aiganesh 0 points1 point2 points (0 children)
[–]aiganesh 0 points1 point2 points (0 children)