Using corporate network that blocking pip -m install xxxx function. Showing the message below in CMD :
Retry xxx fail to connect xxx...
Trying to do :
- Download the package > put in the folder > use manual method to install if it exist
- Pass corporate network security rule if there is some code are able to do for it
R works normally for installing library (Except setting webdriver through selenium, same problem with network security problem)
I am beginner of Python. Is there another alternative solution?