You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip 22.2.2 is not able to properly identify pip executable location when installed on a separate directory (which is the case for Nix).
This is breaking any pip install.
This error has been patched on the newly released 23.0 version of pip.
This version is not yet available in Nix, I will probably submit a MR as this is a quite serious bug affecting Nix itself.
See further discussions in NixOS issue and pip issue I created to document this problem.
Known workaround for kitt
Disable pip version check using a custom env variable in your config file :
[[workspace.envs]]
name = "PIP_DISABLE_PIP_VERSION_CHECK"value = "1"
.. or just run pip with --disable-pip-version-check flag.
The text was updated successfully, but these errors were encountered:
pip 22.2.2
is not able to properly identify pip executable location when installed on a separate directory (which is the case for Nix).This is breaking any pip install.
This error has been patched on the newly released
23.0
version of pip.This version is not yet available in Nix, I will probably submit a MR as this is a quite serious bug affecting Nix itself.
See further discussions in NixOS issue and pip issue I created to document this problem.
Known workaround for kitt
Disable pip version check using a custom env variable in your config file :
.. or just run pip with
--disable-pip-version-check
flag.The text was updated successfully, but these errors were encountered: