From 2601289cecd5bbab06df5b7583d47891b8678624 Mon Sep 17 00:00:00 2001 From: vijay-8682 Date: Wed, 3 Jul 2019 15:28:15 +0530 Subject: [PATCH] try to fix build failure error --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 928999e..6872bea 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,8 @@ def run(self): class CustomInstall(install): def run(self): self.run_command('build_ext') - self.do_egg_install() + # self.do_egg_install() + install.run(self) class Swig3Ext(build_ext): def find_swig(self):