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
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
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.
The text was updated successfully, but these errors were encountered:
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/
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
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: