Replies: 1 comment 2 replies
-
Hi @Dola47, it looks like you are working inside a proxy environment, typically inside the university or a company network. Can you check if the settings are correctly configured? Just try to run curl -sSL https://install.python-poetry.org and see if you get any output. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am trying to install lava on Linux:
1- I go to my directory.
2- Then I run this command:
git clone [email protected]:lava-nc/lava-dl.git
3- After a while I am getting this error:
Can you help me with this error, given that I am able to clone other repos normally without any problem?
On the other way around when I clone the repo by doing:
git clone https://github.com/lava-nc/lava-dl.git
The repo is cloned normally.
However, when I come to the step where I should run (I am done so, after activating a newly installed python environment):
curl -sSL https://install.python-poetry.org | python3 -
I get this error:
curl: (6) Could not resolve host: install.python-poetry.org
Any idea how can I bypass either of the errors.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions