From 42abf1ef0c46e378e4f2edf93f11ad75b22a5ec8 Mon Sep 17 00:00:00 2001 From: J815 <58225317+J815@users.noreply.github.com> Date: Fri, 12 May 2023 23:01:00 +0600 Subject: [PATCH] Failed to install pkg --- packages/python/plotly/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/python/plotly/setup.py b/packages/python/plotly/setup.py index 3614cb970d6..178f176457c 100644 --- a/packages/python/plotly/setup.py +++ b/packages/python/plotly/setup.py @@ -495,7 +495,6 @@ def run(self): setup( name="plotly", version=versioneer.get_version(), - use_2to3=False, author="Chris P", author_email="chris@plot.ly", maintainer="Nicolas Kruchten",