Patrick Laible Posted January 1, 2023 Posted January 1, 2023 (edited) Hi, I am new here. I have an issue I run my printer via Klipper and a bananapi. But I made the mistake of updating now I need python 3.7. and I have trouble installing it cause: sudo apt-get install python3.7 fails with The following packages have unfulfilled dependencies: python3.7 : depends on: python3.7-minimal (= 3.7.5-2ubuntu1~18.04.2) but 3.7.16-1+bionic1 should be installed Depends on: libpython3.7-stdlib (= 3.7.5-2ubuntu1~18.04.2) but should not be installed E: Problems can't be fixed, you have held back broken packages. the question is how can I fix this issue. Or at least can someone point me in the right direction, I'm kind of stuck. running: Linux bananapim2zero 5.9.14-sunxi #20.11.3 SMP Fri Dec 11 20:31:12 CET 2020 armv7l armv7l armv7l GNU/Linux Thanks Patrick Edited January 1, 2023 by Patrick Laible system information added 0 Quote
CryBaby Posted January 1, 2023 Posted January 1, 2023 apt-cache search libpython3 will show you which versions are available. I would expect any version higher than 3.7 would also work for you. sudo apt install python3 will install the latest available version. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.