~alpine/users

docker-compose error on 3.15

Tariq Rahman <rahmant@gmail.com>
Details
Message ID
<CAAYEPfxuvUUb3osq2H8OWgDOyzu0HX=ji6xSeVXVi23KCTRMzg@mail.gmail.com>
DKIM signature
missing
Download raw message
I've got a fresh alpine 3.15 install in a Hyper-V VM.  The system has
network/Internet connectivity.  I uncommented the community repository
from /etc/apk/repositories.

I've installed docker + docker-compose on the system.  Docker runs
just fine but when I try to run docker-compose, I get the following
error:

proxy:~# docker-compose
Traceback (most recent call last):
  File "/usr/bin/docker-compose", line 33, in <module>
    sys.exit(load_entry_point('docker-compose==1.29.2',
'console_scripts', 'docker-compose')())
  File "/usr/bin/docker-compose", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: docker-compose
proxy:~#

Any thoughts on what is causing this?

Thanks,

T.
Reply to thread Export thread (mbox)