drauger-os-development / edamame

Linux System Installation Utility for Debian-based distributions
GNU General Public License v2.0
8 stars 4 forks source link

Edamame does not launch on Drauger OS 7.7 due to Python version conflict #105

Closed Batcastle closed 4 weeks ago

Batcastle commented 6 months ago

On Drauger OS 7.7, Edamame refuses to launch due to a Python version conflict.

Edamame compiles for Python 3.11 on Drauger OS 7.7, however, in python3-parted, one the submodules (_ped) is compiled for Python 3.12. As such, it is not loaded when running Python 3.11, like Edamame is.

Possible solutions:

SenlisO commented 4 weeks ago

This issue is fixed by pull request #104 waiting to be approved.

Batcastle commented 4 weeks ago

Fixed by #107