Will not install to the user site because it will lack sys.path precedence to (param1) in (param1)
Package:
pip
7379
Exception Class:
InstallationError
Raise code
isfied_by = None
if use_user_site:
if dist_in_usersite(existing_dist):
self.should_reinstall = True
elif running_under_virtualenv() and dist_in_site_packages(
existing_dist
):
raise InstallationError(
"Will not install to the user site because it will "
"lack sys.path precedence to {} in {}".format(
existing_dist.project_name, existing_dist.location
)
)
else:
self.should_reinstall = True
else:
Links to the raise (1)
https://github.com/pypa/pip/blob/48dc9f400d45682f244aae0db324fbda280266a5/src/pip/_internal/req/req_install.py#L420NO FIXES YET
Just press the button and we will add solution
to this exception as soon as possible
* As many users press the button, the faster we create a fix
Add a possible fix
Please authorize to post fix