-
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
Crashing on install at /usr/local/Cellar/virt-manager/1.5.1/libexec/bin/pip install #98
Comments
Here's the actual error in the log file:
I thought it might be related to #90 but it doesn't appear to be, it's not an unsigned long long, it's a "char **". No idea what that is, and can't find anything useful on Google. |
Confirmed that updating libvirt-python to 4.4.0 solves the issue. I modified virt-manager.rb with the new versionand SHA256 and the install worked properly. |
I have the issue with char**, but for some reason the the libvirt being downloaded is 4.2.0 instead of 4.4.0.
any idea why? |
I just installed this tap today and still have this issue, with the same note as @RoniLevin that it's still installing libvirt-python 4.2.0 instead of 4.4.0 as mentioned in https://github.com/renegaderyu/homebrew-virt-manager/commit/623e775e19de99d00e6c76bcde894fff8f5697e2 .
When I check my local clone (cloned today) of https://github.com/jeffreywildman/homebrew-virt-manager , virt-manager.rb is only up to commit d35810c for refreshing to 4.2.0. If I run |
I can confirm @sandalle solution fixed the problem. Thanks! |
Agreed, works like a charm! Thanks! |
Works like a charm for me too. Can we please merge renegaderyu/homebrew-virt-manager into master? |
Merged, thanks! |
Here's the whole error and install log. I already had some of the dependencies installed.
https://pastebin.com/EGZ3Qq15
I'm not sure exactly where the problem is. Is this a python conflict? Should I try uninstalling all of my homebrew python versions?
The text was updated successfully, but these errors were encountered: