Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: python3-dev might conflict with libpython3-dev:aarch64 #24695

Closed
Kumataro opened this issue Dec 13, 2023 · 3 comments · Fixed by #24696
Closed

doc: python3-dev might conflict with libpython3-dev:aarch64 #24695

Kumataro opened this issue Dec 13, 2023 · 3 comments · Fixed by #24696
Labels
category: documentation Documentation fix or update
Milestone

Comments

@Kumataro
Copy link
Contributor

  • OpenCV: 4.x

python3-dev might conflict with libpython3-dev:aarch64

Originally posted by @dkurt in #24629 (comment)

@Kumataro
Copy link
Contributor Author

I will fix document at apt install python3-dev.

However multi libpython3-dev packages seem to coexist, not conflict.

kmtr@kmtr-None:~/work$ LANG=C sudo apt install -y libpython3-dev:amd64 libpython3-dev:armhf libpython3-dev:arm64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libpython3-dev is already the newest version (3.11.4-5).
libpython3-dev:armhf is already the newest version (3.11.4-5).
libpython3-dev:arm64 is already the newest version (3.11.4-5).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

I think they have commonly files...

/usr/share/doc/libpython3-dev/README.Debian
/usr/share/doc/libpython3-dev/changelog.Debian.gz
/usr/share/doc/libpython3-dev/copyright

@dkurt
Copy link
Member

dkurt commented Dec 13, 2023

@Kumataro, ok, but just to reduce weak points I recommend to use only required packages. So if you confirm that python3-minimal is enough, let’s switch on it.

@Kumataro
Copy link
Contributor Author

I agree with you, thank you very much !

I created new Ubuntu 23.10 VM and tried to cross compile.
And I replaced from "python3.11" to "pyhton3-minimal" at target environment with same reason.

@opencv-alalek opencv-alalek added this to the 4.9.0 milestone Dec 13, 2023
@opencv-alalek opencv-alalek added the category: documentation Documentation fix or update label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: documentation Documentation fix or update
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants