#Having trouble installing language
1 messages · Page 1 of 1 (latest)
why are you in system32?
What is system32?
I would suggest you spend more time learning about Python and how to use packages. Diving into any library is going to just be absolutely frustrating for you and everyone you ask for help.
I have been in python courses, I have installed libraries.
As it appears, you're installing it into 3.12 environment. Which is possible that vscode can't see or is not using
Ahhh
Ok
As you can see on the bottom right, it's seeing and using youre 3.11.2 install
This is part of the reason venvs are so useful.
ok
so change that and it will likely work
ok ty
I had python 3.11 and 3.12... Uninstalling both and reinstalling python did the trick! Thank you for your help!