tobegit3hub / advisor

Open-source implementation of Google Vizier for hyper parameters tuning
https://advisor.readthedocs.io
Apache License 2.0
1.54k stars 258 forks source link

ERROR: More than one .egg-info directory found in /tmp/pip-pip-egg-info-<somehash> #45

Open R2D2oid opened 3 years ago

R2D2oid commented 3 years ago

Installing advisor through pip install advisor fails with the following error:

ERROR: More than one .egg-info directory found in /tmp/pip-pip-egg-info-<somehash>

As @phdru pointed out on SO, there are two setup() calls in setup.py

setup.py:22 setup.py:29

william2ai commented 1 year ago

Has it fixed?