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

bentoctl init-all failing on fresh check-out due to downstream requests issue #249

Open
andrewpatto opened this issue Jun 27, 2024 · 0 comments

Comments

@andrewpatto
Copy link

There appears to be an issue with downstream requests - that makes the bentoctl scripsts not work out of the box.

File "bento/env/lib/python3.12/site-packages/requests/adapters.py", line 559, in send
    raise InvalidURL(e, request=request)
requests.exceptions.InvalidURL: Not supported URL scheme http+docker

I fixed with a pin of requests to 2.31, pip install requests==2.31, but there are better long term solutions discussed here.

See docker/docker-py#3256

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

1 participant