You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
@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.
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".
The text was updated successfully, but these errors were encountered: