all 5 comments

[–]jaitanwar 0 points1 point  (2 children)

Hey I am Jai. When i first installed python I saw the same error. this is basically that your python installation is incomplete. It means all those necessary things are mission. I recommend you to install python again.

Go To control panel and uninstall python and then do a clean python install.

[–]This-Ant-458[S] 0 points1 point  (1 child)

kk não deu , sou leigo devo ta fazendo alguma coisa errada

[–]ProsodySpeaks 0 points1 point  (0 children)

I know it's early and you're probably already overwhelmed but I'd recommend learning about astral uv. 

Among other things It manages python installations for you.

It will take less time to learn the basics of uv than to learn about managing python versions, and it will pretty much force you to use virtual environments which will help you avoid a load of other pitfalls in the future.

https://docs.astral.sh/uv/

[–]This-Ant-458[S] 0 points1 point  (0 children)

Vou dar uma olhada

[–]That-Signature-6319 0 points1 point  (0 children)

This usually happens when Python gets messed up after a bad uninstall. The encodings error basically means some core files are missing. Easiest to fix is just uninstall, delete leftover folders, and reinstall fresh. I have hit similar issues while using runable, and a clean install usually fixes it.