question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

not 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:closed
  • Created a year ago
  • Reactions:6
  • Comments:5

github_iconTop GitHub Comments

5reactions
SamMorrowDrumscommented, Aug 19, 2022

@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.

1reaction
enterJazzcommented, Aug 19, 2022

@SamMorrowDrums I see- I guess it makes more sense to use buildkit in my case than this tool; will try it out, thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found