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

Apt package hard-coded dependency to python 3.10 #99756

Open
teeks99 opened this issue Jul 20, 2024 · 1 comment
Open

Apt package hard-coded dependency to python 3.10 #99756

teeks99 opened this issue Jul 20, 2024 · 1 comment

Comments

@teeks99
Copy link

teeks99 commented Jul 20, 2024

When trying to install llvm 18 from apt.llvm.org, on ubuntu noble, I get an error due to a python dependency version:

The following packages have unmet dependencies:
 liblldb-18 : Depends: libpython3.10 (>= 3.10.0) but it is not installable
 libomp-18-dev : Depends: libpython3.10 (>= 3.10.0) but it is not installable

I'm not a debian package guru, but I'm thinking we want to point at a meta package for libpython while keeping the >= 3.10.0 version?

Either way, noble doesn't have 3.10, it has 3.12 in its repos.

@llvmbot
Copy link
Collaborator

llvmbot commented Jul 20, 2024

@llvm/issue-subscribers-lldb

Author: Tom Kent (teeks99)

When trying to install llvm 18 from apt.llvm.org, on ubuntu noble, I get an error due to a python dependency version: ``` The following packages have unmet dependencies: liblldb-18 : Depends: libpython3.10 (>= 3.10.0) but it is not installable libomp-18-dev : Depends: libpython3.10 (>= 3.10.0) but it is not installable ```

I'm not a debian package guru, but I'm thinking we want to point at a meta package for libpython while keeping the >= 3.10.0 version?

Either way, noble doesn't have 3.10, it has 3.12 in its repos.

@asl asl removed the lldb label Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants