docker pip
See original GitHub issuenot compatible with docker pip package 6.0.0 yet pipfile requests any version.
2022-08-19 01:[15](https://github.com/HalleyAssist/mothership-api/runs/7910122219?check_suite_focus=true#step:6:16):32,594 root ERROR module 'docker' has no attribute 'version_info'
Traceback (most recent call last):
File "/home/runner/.local/lib/python3.8/site-packages/docker_squash/image.py", line 357, in _save_image
if docker.version_info[0] < 3:
AttributeError: module 'docker' has no attribute 'version_info'
Please restrict to <6
Issue Analytics
- State:
- Created a year ago
- Reactions:6
- Comments:5
Top Results From Across the Web
docker - PyPI
A Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps –...
Read more >Build your Python image - Docker Documentation
The docker build command builds Docker images from a Dockerfile and a “context”. A build's context is the set of files located in...
Read more >Install pip in docker - python - Stack Overflow
I'm not able to install pip in Docker. Here's my Dockerfile: FROM ubuntu:14.04 # Install dependencies RUN apt-get update -y RUN apt-get ...
Read more >Installing Python pip and Docker components - IBM
Installing Python pip and Docker components. All components, aside from the SSE running on Windows, run on Linux in a Docker container. For...
Read more >Installing Python Packages In Your Docker Container
pip (and a Linux package manger) vs anaconda¶. pip and conda are the two most popular ways to install python packages. There may...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@goldmann sorry for the direct ping but I wanted to bring this one to your attention because it is a breaking change. Thanks for everything. I see @enterJazz already submitted a PR - not sure if it needs a way to handle both the new and old method, so might be that it’s not quite ready to go, but I wanted to +1 that this issue is going to affect increasing numbers of people.
@SamMorrowDrums I see- I guess it makes more sense to use
buildkitin my case than this tool; will try it out, thanks!