Pip Error

Barry barry at barrys-emacs.org
Wed May 17 13:24:40 EDT 2023



> On 17 May 2023, at 17:26, Aysu Mammadli <aysumammedlii7 at gmail.com> wrote:
> 
> I encountered an error while attempting to install pip using the terminal.
> The exact error message I received is:
> 
> "An error occurred during configuration: option use-feature: invalid
> choice: '2020-resolver' (choose from 'fast-deps', 'truststore',
> 'no-binary-enable-wheel-cache')"
> 
> Here are the steps I followed and the context of my system:
> 
> Operating System: Windows 11 Python Version: 3.11.3 I executed the command
> in the terminal to install pip, but it resulted in the aforementioned error
> message. This error specifically references the '2020-resolver' choice
> within the 'use-feature' option. An error occurred during configuration:
> option use-feature: invalid choice: '2020-resolver' (choose from
> 'fast-deps', 'truststore', 'no-binary-enable-wheel-cache')
> 
> I have already attempted the following troubleshooting steps without
> success:
> 
> Checked my internet connectivity to ensure it was stable and not causing
> any issues. Verified that I have the latest version of pip installed, as
> well as the latest version of Python. Tried using alternative commands,
> such as using the --upgrade flag or specifying a specific pip version, but
> the error persists. Looked for any recent system updates or changes that
> could have caused this issue, but found none. I'm uncertain about the cause
> of this error and how to resolve it. Any insights or suggestions would be
> greatly appreciated.
> 
> Thank you in advance for your assistance!

Pip is installed by default with the python.org kits.
I am not sure what the situation is for the app store python.

Can you run python it self?

Does one of these work for you?

    py -m pip
    python -m pip

If so you have pip installed.

Barry


> -- 
> https://mail.python.org/mailman/listinfo/python-list
> 



More information about the Python-list mailing list