pypa / get-pip

Helper scripts to install pip, in a Python installation that doesn't have it.
https://bootstrap.pypa.io/pip/
MIT License
738 stars 293 forks source link

Error While trying to use pip , pip3 . #208

Closed AMN-D closed 5 months ago

AMN-D commented 5 months ago

I am trying to create a python portable by following this website but when i try to accesss the pip it gives me this error can anyone help me with this please .

Command Prompt Image

ModuleNotFoundError: No module named 'pip'

E:\ProgramData\Python\3.12.3\Scripts>wheel Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "E:\ProgramData\Python\3.12.3\Scripts\wheel.exe__main__.py", line 4, in ModuleNotFoundError: No module named 'wheel'

E:\ProgramData\Python\3.12.3\Scripts>wheel --version Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "E:\ProgramData\Python\3.12.3\Scripts\wheel.exe__main__.py", line 4, in ModuleNotFoundError: No module named 'wheel'