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
Python provides py-marqo as one of the extras which uses an outdated version of urllib3 which does not support python 3.13 To Reproduce
asdf install python 3.13
asdf local python 3.13
poetry env use 3.13
make install
Installation stalls out installing urllib3@1.26.19 and then barfs.
Trying to set urllib3 manually:
poetry add urllib3
Creating virtualenv griptape in /Users/collindutter/Documents/griptape/griptape/.venv
Using version ^2.2.3 for urllib3
Updating dependencies
Resolving dependencies... (16.6s)
Because no versions of marqo match >3.7.0,<3.8.0 || >3.8.0,<3.8.1 || >3.8.1,<3.9.0 || >3.9.0,<3.9.1 || >3.9.1,<4.0.0
and marqo (3.7.0) depends on urllib3 (>=1.26.0,<2.0.0), marqo (>=3.7.0,<3.8.0 || >3.8.0,<3.8.1 || >3.8.1,<3.9.0 || >3.9.0,<3.9.1 || >3.9.1,<4.0.0) requires urllib3 (>=1.26.0,<2.0.0).
And because marqo (3.8.0) depends on urllib3 (>=1.26.0,<2.0.0)
and marqo (3.8.1) depends on urllib3 (>=1.26.0,<2.0.0), marqo (>=3.7.0,<3.9.0 || >3.9.0,<3.9.1 || >3.9.1,<4.0.0) requires urllib3 (>=1.26.0,<2.0.0).
And because marqo (3.9.0) depends on urllib3 (>=1.26.0,<2.0.0)
and marqo (3.9.1) depends on urllib3 (>=1.26.0,<2.0.0), marqo (>=3.7.0,<4.0.0) requires urllib3 (>=1.26.0,<2.0.0).
So, because griptape depends on both marqo (^3.7.0) and urllib3 (^2.2.3), version solving failed.
Expected behavior
Installation should succeed without failure.
Screenshots
NA Desktop (please complete the following information):
Describe the bug
Python provides py-marqo as one of the extras which uses an outdated version of urllib3 which does not support python 3.13
To Reproduce
asdf install python 3.13
asdf local python 3.13
poetry env use 3.13
make install
Installation stalls out installing
urllib3@1.26.19
and then barfs.Trying to set urllib3 manually:
Expected behavior
Installation should succeed without failure.
Screenshots
NA
Desktop (please complete the following information):
Additional context
marqo-ai/py-marqo#263
https://github.com/griptape-ai/griptape/actions/runs/11860658779/job/33057084096?pr=1352
The text was updated successfully, but these errors were encountered: