Score:1

ERROR: Could not install packages due to an OSError: Failed to parse: proxy:port

ne flag

I wanted to install a package using pip3 but that's happened:

Ubuntu@User:~$ pip3 install <package-name>
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not install packages due to an OSError: Failed to parse: https://<proxy>:<port>/

Can someone help me what should i do? I think that I should change the proxy settings, but how?

hr flag
Is there an HTTPS_PROXY variable in your environment?
Abol avatar
ne flag
@steeldriver It was, I removed so basicly it can return to default!
Score:1
ne flag

Finally it was proxy configuration, Problem solved!

git config --global --unset http.proxy
git config --global --unset https.proxy

unset http_proxy
unset ftp_proxy
unset all_proxy
unset https_proxy
unset no_proxy
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.