-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: failed virDomainMigrateGetMaxDowntime error: command '/usr/bin/python' failed with exit status 1 #81
Comments
I was having the same issue Updating the
However, now I get the following error when running virt-manager from the command line:
|
Same Issue for me |
This also failed for me.
|
Here is a link to a youtube video that helped me solve this problem . https://www.youtube.com/watch?v=EVlc5G3TzYE&t=292s I am running virt-manager Mac OSX Sierra. |
Updating libvirt-python version of this file worked for me.
|
I've got the same error too |
Has anyone got this working? I tried editing it to use python 3.7 per comment by @pgajeshwar-coupa which allowed it to install. Then I got the error posted by @Toasty27 so I ran
|
Looks like you also need #76 to fix the last gi related issue. So is anyone doing a pull request or is this project dead? |
Original issue looks like a mismatch in version between libvirt-python and libvirt. Current formula updated to match versions at 4.0.0. Please reinstall/upgrade and create a new issue if it reoccurs. |
➜ ~ brew install virt-manager virt-viewer
==> Installing virt-manager from jeffreywildman/virt-manager
==> Downloading https://virt-manager.org/download/sources/virt-manager/virt-manager-1.4.1.tar.gz
Already downloaded: /Users/mjaved/Library/Caches/Homebrew/virt-manager-1.4.1.tar.gz
==> Patching
patching file virt-clone
patching file virt-convert
patching file virt-install
patching file virt-manager
patching file virt-xml
==> Downloading https://libvirt.org/sources/python/libvirt-python-3.4.0.tar.gz
Already downloaded: /Users/mjaved/Library/Caches/Homebrew/virt-manager--libvirt-python-3.4.0.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/virt-manager/1.4.1/libexec/vendor --single-vers
Last 15 lines from /Users/mjaved/Library/Logs/Homebrew/virt-manager/01.python:
--prefix=/usr/local/Cellar/virt-manager/1.4.1/libexec/vendor
--single-version-externally-managed
--record=installed.txt
running install
running build
/usr/local/opt/pkg-config/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt
/usr/bin/python generator.py libvirt /usr/local/Cellar/libvirt/3.7.0/share/libvirt/api/libvirt-api.xml
Found 428 functions in /usr/local/Cellar/libvirt/3.7.0/share/libvirt/api/libvirt-api.xml
Found 0 functions in libvirt-override-api.xml
Generated 348 wrapper functions
Missing type converters:
unsigned long long *:1
ERROR: failed virDomainMigrateGetMaxDowntime
error: command '/usr/bin/python' failed with exit status 1
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/jeffreywildman/homebrew-virt-manager/issues
These open issues may also help:
virt-manager silently quits at launch #78
installation failure for virt-manager #72
Error: jeffreywildman/virt-manager/libvirt-glib 1.0.0 did not build #79
brew install virt-manager issue #58
virt-manager crashing with Python quit unexpectedly while using the libgdk-3.0.dylib #62
Add necessary quotes #75
Installation fails: Missing type converters: unsigned long long *:1 ERROR: failed virDomainMigrateGetMaxDowntime #80
missing module gi #76
gi has no attribute 'require_version' #74
Installation fails: Missing type converters #71
Unable to paste from host to client. Copying from client to host works. #35
Unable to connect to libvirt #63
libvirt connection URI ?socket string #61
Can't install libvirt-python on El Capitan #50
Install error: failed virConnectNodeDeviceEventRegisterAny #57
Create new virtual machine OS types missing #64
Error: configure: error: libjpeg not found #49
after brew update , the same error #55
Crash on re-open VNC console #44
Install error: [LibvirtGLib-1.0.gir] Error 1 #77
Fresh install on 10.11.1: fatal error: 'glib/gi18n-lib.h' file not found #30
Unable to install due to missing six python module. #68
Python quit unexpectedly every time I try and select a drop down box. #45
Docs update about remote connections #42
Error installing spice-gtk: No package 'spice-client-glib-2.0' found #56
➜ ~
The text was updated successfully, but these errors were encountered: