From b3ad3b275901845d661a54d49ba2de93758247c5 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 24 Apr 2024 01:41:54 -0400 Subject: [PATCH] 4.x had the same issue with python 3.8; until we drop it we may have to patch importlib-metadata version that we vendor. --- pipenv/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pipenv/__init__.py b/pipenv/__init__.py index 8c0437ce30..e45521219f 100644 --- a/pipenv/__init__.py +++ b/pipenv/__init__.py @@ -11,7 +11,6 @@ # Load patched pip instead of system pip os.environ["PIP_DISABLE_PIP_VERSION_CHECK"] = "1" -os.environ["_PIP_USE_IMPORTLIB_METADATA"] = "1" def _ensure_modules():