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

When using poetry, addding robotframework-browser results in: list index out of range error #3945

Closed
johanvaniperen opened this issue Dec 6, 2024 · 2 comments
Labels
closeable? This issue should be closed?

Comments

@johanvaniperen
Copy link

Describe the bug
When using poetry, addding robotframework-browser results in: list index out of range error.
This seems only applicable for version 19.1.0 (not for 19.0.*)

To Reproduce
Steps to reproduce the behavior:
Open an existing poetry project or create a newe poetry project with poetry init:

execute:
poetry add robotframework-browser

Error exposed:
list index out of range

Expected behavior
Expected to be possible to add browser lib with poetry

Screenshots
image

Desktop (please complete the following information):

  • OS: Mac Sonoma 14.3.1
  • Browser n.a.
  • Version Poetry (version 1.8.4)

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@aaltat
Copy link
Member

aaltat commented Dec 8, 2024

Hard to say anything concrete with those details, but I assume that this is caused becauee protobuf==5.29.0 is yanked (reason: "protocolbuffers/protobuf#19430 (comment)")

If this is the same reason, then this is duplicate of #3946 but to be sure you need to dig the information out of Poetry. Most likely adding verbosity the cli will share more details: https://python-poetry.org/docs/cli/

@aaltat aaltat added the closeable? This issue should be closed? label Dec 8, 2024
@johanvaniperen
Copy link
Author

I agree, can be closed. As this issue is then a duplicate. I will close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closeable? This issue should be closed?
Projects
None yet
Development

No branches or pull requests

2 participants