Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip is not working with python 3.12.3 #763

Open
yassine-44 opened this issue May 13, 2024 · 0 comments
Open

pip is not working with python 3.12.3 #763

yassine-44 opened this issue May 13, 2024 · 0 comments

Comments

@yassine-44
Copy link

Problem description

I try to install packages but pip is not working i do python3 -m pip install --upgrade pip (no outout) but i still get this error whenever i type pip
Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\********\Desktop\Code\Flask_Postgres\venv\Scripts\pip.exe\__main__.py", line 4, in <module> File "c:\users\*********\desktop\code\flask_postgres\venv\Lib\site-packages\pip\_internal\cli\main.py", line 10, in <module> from pip._internal.cli.autocompletion import autocomplete File "c:\users\********\desktop\code\flask_postgres\venv\Lib\site-packages\pip\_internal\cli\autocompletion.py", line 9, in <module> from pip._internal.cli.main_parser import create_main_parser File "c:\users\*******\desktop\code\flask_postgres\venv\Lib\site-packages\pip\_internal\cli\main_parser.py", line 7, in <module> from pip._internal.cli import cmdoptions File "c:\users\********\desktop\code\flask_postgres\venv\Lib\site-packages\pip\_internal\cli\cmdoptions.py", line 19, in <module> from distutils.util import strtobool ModuleNotFoundError: No module named 'distutils'
please help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant