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

Either upgrade docker version or downgrade requests version #382

Open
bilalba opened this issue Jul 22, 2024 · 1 comment
Open

Either upgrade docker version or downgrade requests version #382

bilalba opened this issue Jul 22, 2024 · 1 comment

Comments

@bilalba
Copy link

bilalba commented Jul 22, 2024

The requests version>2.30 breaks older versions of docker-py and it was addressed here. docker/docker-py#3257

@AndrewCEmil
Copy link

Just want to add to this:

When running emu-docker create stable "P.*x86_64" or similar, I would get an error "Not supported URL scheme http+docker".

I resolved this error by running pip install --force-reinstall -v "requests===2.31.0" inside the venv.

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