You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run any command, e.g. docker-compose start I now get this error:
rje@ubuntu16vm:~/projects/wp$ docker-compose up
Traceback (most recent call last):
File "/home/rje/.linuxbrew/bin/docker-compose", line 5, in <module>
from pkg_resources import load_entry_point
File "/home/rje/.linuxbrew/Cellar/docker-compose/1.9.0/libexec/lib/python2.7/site-packages/pkg_resources/__init__.py", line 18, in <module>
from __future__ import absolute_import
ImportError: No module named __future__
The text was updated successfully, but these errors were encountered:
Sorry, we don't support *brew as an install method - it's proven to be riddled with issues like this one that are out of our control. Please see our install docs for the recommended packages.
As a follow-up for future searchers - I ran into this issue b/c I tried to install docker-compose via the default Ubuntu apt repo, which installs an old version, before trying brew. The two things somehow conflict with one another. Uninstalling the apt packages fixed things.
milas
added a commit
to milas/compose
that referenced
this issue
Feb 24, 2023
I installed the latest version of docker-compose on my Ubuntu VM using Linux Brew (Homebrew) version 1.1.5.
When trying to run any command, e.g.
docker-compose start
I now get this error:The text was updated successfully, but these errors were encountered: