Comment 1 for bug 1556671

Revision history for this message
Doug Smythies (dsmythies) wrote :

It seems there is a package called "python-ipaddr" and once it is installed, one gets past this error. However the next one is:

  File "/usr/share/virt-manager/virtinst/urlfetcher.py", line 27, in <module>
    import requests
ImportError: No module named requests

O.K. so there seems to be a package called "python-requests" and once it is installed, one gets past this error.
And now, the virt-install sems to continue.

So, I guess this bug report becomes why aren't the dependencies satisfied at the:

sudo apt-get install virtinst

step?