-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Problem #165
Comments
@Dola47 Continuing from #164 (reply in thread) Are you trying to install it in your home environment or work/university? |
@bamsumit Yes, it is a notebook for work. |
@Dola47 you should contact your IT and get the curl instruction working. |
@bamsumit I think IT is not needed, I got it running on Linux, with this workaround.
|
@Dola47 okay great. Closing this issue. FYI you needed to repeat step 11 because of poetry issue with pip install. The curl install fixes that. |
Discussed in #164
Originally posted by Dola47 February 14, 2023
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.
The text was updated successfully, but these errors were encountered: