pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ImportError: No module named libvirt



netbsd-marietto# pwd

/usr/pkgsrc/wip/virt-manager

netbsd-marietto# make install

....

compiling gsettings schemas
glib-compile-schemas /usr/pkgsrc/wip/virt-manager/work/.destdir/usr/pkg/share/glib-2.0/schemas
running install_egg_info
=> Automatic manual page handling
=> Generating post-install file lists
=> Checking file-check results for virt-manager-2.2.1
=> Creating binary package /usr/pkgsrc/wip/virt-manager/work/.packages/virt-manager-2.2.1.tgz
===> Building binary package for virt-manager-2.2.1
=> Creating binary package /usr/pkgsrc/packages/All/virt-manager-2.2.1.tgz
===> Installing binary package of virt-manager-2.2.1
pkg_add: Conflicting PLIST with virtinst-0.600.3nb3: bin/virt-clone
pkg_add: 1 package addition failed
*** Error code 1

netbsd-marietto# pkgin remove virtinst

1 packages to delete:
  virtinst-0.600.3nb3

proceed ? [Y/n] y
removing virtinst-0.600.3nb3...
pkg_install warnings: 0, errors: 0
reading local summary...
processing local summary...
netbsd-marietto# make install
=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Installing binary package of virt-manager-2.2.1

netbsd-marietto# virt-manager

Traceback (most recent call last):
  File "/usr/pkg/share/virt-manager/virt-manager", line 19, in <module>
    from virtinst import BuildConfig
  File "/usr/pkg/share/virt-manager/virtinst/__init__.py", line 60, in <module>
    from virtinst.install.installer import Installer
  File "/usr/pkg/share/virt-manager/virtinst/install/installer.py", line 12, in <module>
    from .installertreemedia import InstallerTreeMedia
  File "/usr/pkg/share/virt-manager/virtinst/install/installertreemedia.py", line 10, in <module>
    from . import urlfetcher
  File "/usr/pkg/share/virt-manager/virtinst/install/urlfetcher.py", line 16, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'




Il giorno mar 14 set 2021 alle ore 18:40 Chavdar Ivanov <ci4ic4%gmail.com@localhost> ha scritto:
On Tue, 14 Sept 2021 at 17:11, Thomas Klausner <wiz%netbsd.org@localhost> wrote:
>
> On Tue, Sep 14, 2021 at 06:04:49PM +0200, Mario Marietto wrote:
> > ERROR: [depends.mk] The directory \`../../wip/vte'' does not exist.`
>
> If you see this, your checkout is not up-to-date.
> There is no reference to wip/vte in the latest version. Please update.
>  Thomas

That's true. In the latest wip/virt-manager Makefile, the reference to
wip/vte has been replaced with x11/vte3; that's obvious; however, in
order to be sure everything is current, one has to update the whole
pkgsrc tree ( cd /usr/pkgsrc && cvs up -dPA ) - which then will
require 'pkg_rolling-replace' etc. I do the latter all the time, once
or twice a week, first 'git pull' in pkgsrc/wip, then the pkgsrc
update, then 'pkg_rolling-replace -uvk', followed by manually chasing
all possible failures of the latter; also, before running the rolling
replace command, I run 'pkg_admin rebuild-tree', making sure it
returns nothing (or something I expect and have decided not to
correct), followed by a 'pkg_chk -uq' - which I expect to finish to
the end (which is the complain that there is no
/usr/pkgsrc/pkgchk_update-{build-hostname}.conf present in my case).

Just stating my usual workflow for pkgsrc+wip updates, in case it is useful.


--
----


--
Mario.


Home | Main Index | Thread Index | Old Index