-
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 #125
Comments
can't install virt-manage : Traceback (most recent call last): If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): These open issues may also help: |
I think homebrew migrated from python2 to python3 around this time. Confirming that |
I have the same error and confirmed python3 is installed via homebrew. |
I got it installed by running |
@asergeant01 thanks for the update, glad it's running. |
brew install virt-manager virt-viewer
...
`######################################################################## 100.0%
==> Pouring vte3-0.56.0.mojave.bottle.tar.gz
🍺 /usr/local/Cellar/vte3/0.56.0: 150 files, 4.3MB
==> Installing jeffreywildman/virt-manager/virt-manager
==> Downloading https://virt-manager.org/download/sources/virt-manager/virt-manager-2.1.0.tar.gz
==> Downloading from https://releases.pagure.org/virt-manager/virt-manager-2.1.0.tar.gz
######################################################################## 100.0%
==> Patching
patching file virt-manager
==> Downloading https://files.pythonhosted.org/packages/37/db/89d6b043b22052109da35416abc3c397655e4bd3cff031446ba02b9654fa/virtualenv-16.4.3.tar.gz
######################################################################## 100.0%
==> python3 -c import setuptools... --no-user-cfg install --prefix=/private/tmp/virt-manager--homebrew-virtualenv-20190322-37447-1gvw6el/target --install-scripts=/private/tmp/virt-manager--homebrew-virtualenv-20190322-37447-1gvw6el/target
Last 15 lines from /Users/clevelus/Library/Logs/Homebrew/virt-manager/01.python3:
-c
import setuptools, tokenize
file = 'setup.py'
exec(compile(getattr(tokenize, 'open', open)(file).read()
.replace('\r\n', '\n'), file, 'exec'))
--no-user-cfg
install
--prefix=/private/tmp/virt-manager--homebrew-virtualenv-20190322-37447-1gvw6el/target
--install-scripts=/private/tmp/virt-manager--homebrew-virtualenv-20190322-37447-1gvw6el/target/bin
--single-version-externally-managed
--record=installed.txt
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'setuptools'
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 https://github.com/jeffreywildman/homebrew-virt-manager/issues/62`
The text was updated successfully, but these errors were encountered: