vimiv: "unable to locate package python-gobject"  [Solved]

Message
Author
User avatar
Buck Fankers
Posts: 770
Joined: Sat Mar 10, 2018 8:06 pm

Re: vimiv: "unable to locate package python-gobject"  [Solved]

#21 Post by Buck Fankers »

Again, have you tried:

Code: Select all

pip install --user vimiv
pip install --user git+https://github.com/karlch/vimiv-qt/

neverdimed
Posts: 35
Joined: Fri Jul 01, 2022 4:19 pm

Re: vimiv: "unable to locate package python-gobject"

#22 Post by neverdimed »

cheers, i'll try it in the next days and see how it goes

User avatar
Stevo
Developer
Posts: 14886
Joined: Fri Dec 15, 2006 7:07 pm

Re: vimiv: "unable to locate package python-gobject"

#23 Post by Stevo »

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.
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

neverdimed
Posts: 35
Joined: Fri Jul 01, 2022 4:19 pm

Re: vimiv: "unable to locate package python-gobject"

#24 Post by neverdimed »

Buck 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/
damn, that was easy, thanks :) just had to install python3-pip first from MX package installer
Last edited by neverdimed on Fri May 12, 2023 9:26 am, edited 1 time in total.

neverdimed
Posts: 35
Joined: Fri Jul 01, 2022 4:19 pm

Re: vimiv: "unable to locate package python-gobject"

#25 Post by neverdimed »

Stevo 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.
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 this

thebookkeeper

Re: vimiv: "unable to locate package python-gobject"

#26 Post by thebookkeeper »

In the Buster-Repo you can found python-gobject-2:

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:~
$ 
I need this for the zenmap port-scanner.

Post Reply

Return to “Software / Configuration”