python 3 errno 9 bad file descriptor
I have Windows 10 this is my first time installing Python.
I installed Python 3.8.6
from the main site https://www.python.org/
and it works normally.
I tried to install pygame
but it shows to me that I need to install pip
so I did that but it shows this error:
File "<frozen importlib._bootstrap>",
line 991, in _find_and_load File "<frozen importlib._bootstrap>",
line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>",
line 655, in _load_unlocked File "<frozen importlib._bootstrap>",
line 618, in _load_backward_compatible File "<frozen zipimport>", line 259, in load_module File "C:\Users\Yae\AppData\Local\Temp\tmpcsfr3lub\pip.zip\pip\_vendor\requests\compat.py",
line 65, in <module> File "<frozen importlib._bootstrap>",
line 991, in _find_and_load File "<frozen importlib._bootstrap>",
line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>",
line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>",
line 779, in exec_module File "<frozen importlib._bootstrap_external>",
line 915, in get_code File "<frozen importlib._bootstrap_external>",
line 973, in get_data OSError: [Errno 9] Bad file descriptor
This isn't the full error but the last part of it.
I make sure when I install Python
I checked all the boxes one of them was to install pip
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question