Getting error when installing pan-os-python #295
-
Hello everyone, I am quite new to python and coding too and I am stuck with below errors when attempting to install the pan-os-python package on my office PC with Win10. Can someone help me in fixing this. ========== C:\Users\mm>python
C:\Users\mm>pip --version C:\Users\mm> |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Are you able to install other packages with pip? Try From the errors, this seems like an issue with the connection from your computer to the server. I recommend to check if there are any proxy servers, especially TLS proxy on your network, or any other firewall that might be blocking this connection. BTW, thanks for using the new GitHub Discussions for this question! |
Beta Was this translation helpful? Give feedback.
Are you able to install other packages with pip? Try
pip install requests
and see if that works?From the errors, this seems like an issue with the connection from your computer to the server. I recommend to check if there are any proxy servers, especially TLS proxy on your network, or any other firewall that might be blocking this connection.
BTW, thanks for using the new GitHub Discussions for this question!