From 7d6a817ba49896e168438b71dddaa64765c79ff9 Mon Sep 17 00:00:00 2001 From: abhiTronix Date: Sat, 22 Jul 2023 14:14:14 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Setup.py:=20Fixed=20`uvicorn>=3D?= =?UTF-8?q?0.23.1`=20not=20found=20bug.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 🚑️ Fixed No matching distribution found for `uvicorn>=0.23.1` bug caused by some binaries missing on pypi index by removing latest binary patch from it. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0007cbac..70e1715d0 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def latest_version(package_name): "msgpack{}".format(latest_version("msgpack")), "msgpack_numpy{}".format(latest_version("msgpack_numpy")), "aiortc{}".format(latest_version("aiortc")), - "uvicorn{}".format(latest_version("uvicorn")), + "uvicorn", ] + (["picamera"] if ("arm" in platform.uname()[4][:3]) else []) + (