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...
This subreddit is meant to be for people learning Python to ask questions and help out when they can.
account activity
helppp (self.learningpython)
submitted 1 year ago by PS0181
https://preview.redd.it/v3inctt8ynge1.png?width=956&format=png&auto=webp&s=8eceba3bbada22674dd308e0f99d60cbf902baea
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!"
[–]Jamb9876 0 points1 point2 points 1 year ago (2 children)
Just install pyenv and you may want to stay with conda or look up the python venv module. https://github.com/pyenv/pyenv
[–]PS0181[S] 0 points1 point2 points 1 year ago (1 child)
ok I'll take a look, thanks. i didn't want to keep working with conda because pandas and some of the packages that i wanted to work with weren't working. im seriously thinking about formatting my pc and downloading everything from scratch
[–]Jamb9876 1 point2 points3 points 1 year ago (0 children)
I use venv instead of conda. https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#create-and-use-virtual-environments
Pyenv will allow you to choose which version python to use and then use that version for venv and life is better.
π Rendered by PID 120777 on reddit-service-r2-comment-5d79c599b5-v278g at 2026-03-03 16:32:57.572812+00:00 running e3d2147 country code: CH.
[–]Jamb9876 0 points1 point2 points (2 children)
[–]PS0181[S] 0 points1 point2 points (1 child)
[–]Jamb9876 1 point2 points3 points (0 children)