Can't update via docker-compose on Ubuntu 20.04 #1745
Unanswered
andyross
asked this question in
Getting started
Replies: 2 comments
|
Came back to struggle with this some. Short of using a venv, there really isn't much to be done. I just carefully removed the existing package without touching things that depended on it and re-installed "six" via pip. Nothing seems to have broken. It's probably worth revisiting the install instructions though, given that docker-compose doesn't actually run on the current LTS version of the world's most popular distro. |
0 replies
|
I have docker-compose running under Ubuntu 20.04.2 with version 1.14.0-2 without issues. Might be an issue with python-six vs. python3-six. Check, what you have installed with |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Seems like teslamate addresses version hell well enough for its own software but not for its build dependencies? When I try the instructions for updating via "docker-compose pull", it tosses an error about a missing symbol in the six library:
As it happens, six is installed via the distro package and is version 1.14.0. I see the upstream latest calls itself 1.16.0. docker-compose was installed via pip.
What's the correct recipe for untangling this?
All reactions