Skip to content
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

long time not working when running "poetry install" #200

Open
porcupine28 opened this issue May 22, 2023 · 1 comment
Open

long time not working when running "poetry install" #200

porcupine28 opened this issue May 22, 2023 · 1 comment
Labels
0-invalid This doesn't seem right

Comments

@porcupine28
Copy link

When I try to install the lava-dl from poetry, I met a problem.
There is no more response after running the command "poetry install" except the hint "Installing dependencies from lock file".

image

@porcupine28 porcupine28 added the 1-bug Something isn't working label May 22, 2023
@mgkwill
Copy link
Contributor

mgkwill commented May 22, 2023

When I try to install the lava-dl from poetry, I met a problem.

There is no more response after running the command "poetry install" except the hint "Installing dependencies from lock file".

image

@porcupine28 installing using proxychains has not been tested, is not supported and may not work depending on the proxies used and other config in the environment. poetry will try to install lava-nc using a git clone, which may fail using proxychains.

proxychains might work in the future when our releases rely on pypi packages for lava dependencies.

You could try changing lava-nc dependency to the artifact after downloading it (see poetry docs for syntax) and try a 'poetry update' then 'poetry install' in your env.

If you can install lava-dl in an environment where you have proxies configured for git or without proxychains the install should work. The install is tested multiple times before release in non-proxied environments. It is tested in a git config proxy env.

But we can't give you much more advice using proxychains for install as this will never be a tested or supported use.

@mgkwill mgkwill added 0-duplicate This issue or pull request already exists 0-invalid This doesn't seem right and removed 1-bug Something isn't working 0-needs-review 0-duplicate This issue or pull request already exists labels May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants