Code: Select all
pip install --user vimiv
pip install --user git+https://github.com/karlch/vimiv-qt/
Code: Select all
pip install --user vimiv
pip install --user git+https://github.com/karlch/vimiv-qt/
damn, that was easy, thanks :) just had to install python3-pip first from MX package installerBuck Fankers wrote: Sun May 07, 2023 8:10 am Again, have you tried:Code: Select all
pip install --user vimiv pip install --user git+https://github.com/karlch/vimiv-qt/
yep, thanks. I noticed the issue before i saw your post and i wanted to spell it out so it's clear that python.h header issue is related to python3-dev, just in case others see thisStevo wrote: Mon May 08, 2023 6:31 pm About your missing "Python.h" header file, if you look at the list I posted, it does have python3-dev. I don't know why you didn't follow it.
Code: Select all
thebookkeeper@mx-dell:~
$ cat /etc/apt/sources.list.d/*.list
# Debian Stable.
deb http://deb.debian.org/debian/ bullseye main contrib non-free
deb http://security.debian.org/debian-security/ bullseye-security main contrib non-free
# deb http://ftp.de.debian.org/debian/ buster main
...
thebookkeeper@mx-dell:~
$ apt policy python-gobject-2
python-gobject-2:
Installiert: 2.28.6-13+b1
Installationskandidat: 2.28.6-13+b1
Versionstabelle:
*** 2.28.6-13+b1 100
100 /var/lib/dpkg/status
thebookkeeper@mx-dell:~
$