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

Failing to install using poetry #7

Open
salexln opened this issue Nov 20, 2022 · 1 comment
Open

Failing to install using poetry #7

salexln opened this issue Nov 20, 2022 · 1 comment

Comments

@salexln
Copy link

salexln commented Nov 20, 2022

I tried to install the package on a clean env using the following commands:

poetry add  git+https://github.com/GT4SD/zberta.git

and

poetry add git+ssh://git@github.com/github.com/GT4SD/zberta.git

and I getting the following error:

CalledProcessError

  Command '['git', 'clone', '--recurse-submodules', '--', 'ssh://git@github.com/github.com/GT4SD/zberta.git', '/var/folders/5t/lgg8r5ws1xbdm8pp6kh37ytm0000gn/T/pypoetry-git-zbertaeirek49a']' returned non-zero exit status 128.

  at /usr/local/Cellar/poetry/1.1.15/libexec/lib/python3.10/site-packages/poetry/utils/_compat.py:217 in run
      213│                 process.wait()
      214│                 raise
      215│             retcode = process.poll()
      216│             if check and retcode:
    → 217│                 raise CalledProcessError(
      218│                     retcode, process.args, output=stdout, stderr=stderr
      219│                 )
      220│         finally:
      221│             # None because our context manager __exit__ does not use them.

python version: 3.9 & 3.10
os version: MacOS Monterey 12.6
poetry version: 1.1.15

@comidan
Copy link
Member

comidan commented Nov 23, 2022

Thank you @salexln for reporting this, I will look into it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants