You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cloning the repo, when I run pip3 install -e .
I get the following error ERROR: More than one .egg-info directory found in /tmp/pip-pip-egg-info-sq6b86xs
The text was updated successfully, but these errors were encountered:
Thanks! Turns out we were exploiting a 'bug' in pip that was allowing to create multiple egg-info's in a single setup.py (see also pypa/pip#8201)
It should be fixed in #3
After cloning the repo, when I run
pip3 install -e .
I get the following error
ERROR: More than one .egg-info directory found in /tmp/pip-pip-egg-info-sq6b86xs
The text was updated successfully, but these errors were encountered: