From 699f73a38e637b12c848e2045ee5c7e727c06c69 Mon Sep 17 00:00:00 2001 From: Johannes Ziemke Date: Mon, 11 Mar 2024 16:04:51 +0100 Subject: [PATCH] Remove pip from dependencies pip itself shoudln't be required and might cause this error --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c5b5c5d..b99ff11 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,6 @@ long_description_content_type="text/markdown", license="Custom", install_requires=[ - "pip>=21", 'importlib-metadata<=4.12.0; python_version <= "3.7"', # problem with gym for importlib-metadata==5.0.0 and python <=3.7 "setuptools", "distro>=1",