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
# Note: if you don't delete this local `egg-info`, pip will think the package is right here, not in the site-package folder, the consequence will be: when uninstalling, since the package location is not in the site-package, the package can not be uninstalled because the package location is misled by `egg-info` thus it can't find the file to uninstall.
# that is to say, to uninstall package correctly, ensure its `egg_info` is not in the current folder, so it's wise to always remove `egg-info` after build.