i installed python with pip then i install pygames in this machine it was always error and also it’s not pip error showing,
i try and try, then i uninstall python few times and then it show fatal uninstall error😂,
its pretty painful to see this kind of error after taking care of logical and syntax because its hard to resolve them
If you have any source that gives most common(good) system errors solutions or if all the errors solution for python and other language tell me(video format in English language and mention which language is this??)
If you can get back to a sensible state, install Python and check it is working by doing some simple things at the command prompt, or running a small program, maybe from a tutorial on Python. If that works, almost certainly you have a working Python.
If you have a working Python, and pip is not doing what you want, the problem is with pip, and most likely a misunderstanding in what you typed. For example, there is no package called pygames, but there is one called pygame.
Don’t uninstall Python unless something has convinced you positively that your installation is broken.