Problem über PIP bei der Installation auf Python
Posted: 29 Apr 2025, 13:52
Wenn ich etwas auf Python wie PIP3 installieren möchte, funktioniert es nicht < /p>
Wenn ich schreibe: < /p>
pip install (example)
< /code>
oder < /p>
pip3.exe
< /code>
Es heißt: < /p>
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\Python311\Scripts\pip3.exe\__main__.py", line 4, in
ModuleNotFoundError: No module named 'pip'
< /code>
Also, was ich tun werde?>
Wenn ich schreibe: < /p>
pip install (example)
< /code>
oder < /p>
pip3.exe
< /code>
Es heißt: < /p>
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\Python311\Scripts\pip3.exe\__main__.py", line 4, in
ModuleNotFoundError: No module named 'pip'
< /code>
Also, was ich tun werde?>