0

I'm trying to install the following libraries on windows 10 using python 3.10:

numpy
pandas
cx_Oracle
jupyter notebook

when using the command pip install numpy I got the following error:

"ValueError: check_hostname requires server_hostname"

Then I added the proxy settings:

set http_proxy=http://user:pass@ip:port
set https_proxy=https://user:pass@ip:port

Then I ran the command pip install numpy again and it installed correctly.

I also installed pandas and cx_Oracle correctly but when trying to install jupyter notebook (pip install notebook) I got the error again

"ValueError: check_hostname requires server_hostname"

0 Answers0