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
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7476): 
https://lists.yoctoproject.org/g/meta-virtualization/message/7476
Mute This Topic: https://lists.yoctoproject.org/mt/92644827/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to