Installation robotframwork error Requirement already satisfied

pip install when given
information,
the pictures inserted here described
need to specify the installation path for such problems
pip install --target = D: \ Python \ python37 \ lib \ Site-Packages urllib3

-target = path followed by the installation, this the problem can be solved

but then may still have the following problems
here insert picture description

for this problem, although not quite understand what the problem is, but with domestic mirroring, this problem is solved
pip install -i https: //pypi.doubanio .com / the Simple / --trusted-Host pypi.doubanio.com --target = d: \ Python \ python37 \ lib \ Site-Packages Standard Package urllib3
----------------
copyright : this is the original article CSDN bloggers "MC-- small Chi", the follow CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/weixin_42470710/article/details/102786973

Guess you like

Origin www.cnblogs.com/nali7/p/12663052.html