pip3 install under proxy environment
It is OK if you specify the proxy server with --proxy as shown below
(Example) Specify a proxy server when installing rospkg
pip3 install rospkg --proxy http://xxx.xxx.xxx.xxx:xx
Recommended Posts