|
|
|
|
|
by slt2021
1357 days ago
|
|
this is because "pip install" is insecure, this is supply chain risk. Your IT team should have provided local artifactory proxy through which you can pip install. you should use this command "pip install -i http://artifactory.mycompany.local pandas" and get url for artifactory from admins |
|