-
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
Install error with virt-manager #131
Comments
Same issue here, here is the contents of
|
I also have the exact same problem...
Any ideas? |
Me too! |
I tried today to install this on my host installation of Mojave 10.14.5.
At first I ran into the problem found in issue #125 , but after running
brew postinstall python3
I get a new error everytime to runbrew install virt-manager
:==> /usr/local/Cellar/virt-manager/2.2.0/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/virt-manager--libvirt-python-20190710-2453-1my540v/libvirt-python-5.4.0
Last 15 lines from /Users/kimo/Library/Logs/Homebrew/virt-manager/03.pip:
Removed build tracker '/private/tmp/pip-req-tracker-061k8jwc'
ERROR: Command "/usr/local/Cellar/virt-manager/2.2.0/libexec/bin/python3.7 -u -c 'import setuptools, tokenize;file='"'"'/private/tmp/pip-req-build-nvcxlhh3/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/tmp/pip-record-f9_xan4w/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/virt-manager/2.2.0/libexec/bin/../include/site/python3.7/libvirt-python" failed with error code 1 in /private/tmp/pip-req-build-nvcxlhh3/
Exception information:
Traceback (most recent call last):
File "/usr/local/Cellar/virt-manager/2.2.0/libexec/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 178, in main
status = self.run(options, args)
File "/usr/local/Cellar/virt-manager/2.2.0/libexec/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 414, in run
use_user_site=options.use_user_site,
File "/usr/local/Cellar/virt-manager/2.2.0/libexec/lib/python3.7/site-packages/pip/_internal/req/init.py", line 58, in install_given_reqs
**kwargs
File "/usr/local/Cellar/virt-manager/2.2.0/libexec/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 951, in install
spinner=spinner,
File "/usr/local/Cellar/virt-manager/2.2.0/libexec/lib/python3.7/site-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip._internal.exceptions.InstallationError: Command "/usr/local/Cellar/virt-manager/2.2.0/libexec/bin/python3.7 -u -c 'import setuptools, tokenize;file='"'"'/private/tmp/pip-req-build-nvcxlhh3/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/tmp/pip-record-f9_xan4w/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/virt-manager/2.2.0/libexec/bin/../include/site/python3.7/libvirt-python" failed with error code 1 in /private/tmp/pip-req-build-nvcxlhh3/
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:
osx virt-manager console screen is black #113
virt-manager crashing with Python quit unexpectedly while using the libgdk-3.0.dylib #62
I have tried reinstalling python3, the pip setup tools module, and brew doctor/cleanup.
I am on python 3.7 through brew.
Any ideas?
The text was updated successfully, but these errors were encountered: