meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Ibrahim Erturk <ierturk@ieee.org>
To: meta-virtualization@lists.yoctoproject.org
Subject: Docker Compose issue regarding the deprecation of Python3 distutils on Kirkstone
Date: Wed, 27 Jul 2022 10:24:32 +0300	[thread overview]
Message-ID: <49660EA1-CD22-40DB-98C7-C43F38A72CCA@ieee.org> (raw)
In-Reply-To: BF86DE9A-16AF-4423-95B0-3FFF3ED5A9CD@ieee.org

Hello,

I added the following line into local.conf to get the packages docker and docker-compose on Rapberry Pi (meta-raspberrypi) with the branch kirkstone.

# Virtualization
DISTRO_FEATURES:append = " virtualization"
IMAGE_INSTALL:append = " docker-ce"
IMAGE_INSTALL:append = " python3-docker-compose”
# IMAGE_INSTALL:append = " python3-distutils"

However, due to python3-distutils deprecated as of Python3.10, I got the following error.

raspberrypi3:~$ docker-compose
Traceback (most recent call last):
 File "/usr/bin/docker-compose", line 5, in <module>
   from compose.cli.main import main
 File "/usr/lib/python3.10/site-packages/compose/cli/main.py", line 9, in <module>
   from distutils.spawn import find_executable
ModuleNotFoundError: No module named ‘distutils’

Is there any workaround regarding this issue or am I missing some configuration?

Thanks in advance.

Regards,
Ibrahim ERTURK

       reply	other threads:[~2022-07-27  7:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <BF86DE9A-16AF-4423-95B0-3FFF3ED5A9CD@ieee.org>
2022-07-27  7:24 ` Ibrahim Erturk [this message]
2022-07-27 18:19   ` [meta-virtualization] Docker Compose issue regarding the deprecation of Python3 distutils on Kirkstone Bruce Ashfield
2022-07-27 21:34     ` Ibrahim Erturk
2022-07-27 21:42       ` Tim Orling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49660EA1-CD22-40DB-98C7-C43F38A72CCA@ieee.org \
    --to=ierturk@ieee.org \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).