-
Notifications
You must be signed in to change notification settings - Fork 2
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 in installing virt-manager on Monterey #4
Comments
Thanks for your report! |
@Damenly hi, |
@odoo-mastercore @yadvlz Fixde in master. Please try brew update and reinstall. |
@Damenly It works. Thanks. |
Hi! @Damenly thanks for your work. I try but error still appears... My commands...: $ brew untap Damenly/homebrew-virt-manager exec(compile(setup_py_code, filename, "exec")) × Encountered error while trying to install package. .. Thank you! |
Issue: #4 Signed-off-by: Su Yue <[email protected]>
@odoo-mastercore I reproduced it! It's about libvirt-python and bumping to new 8.2 should fix it. |
Worked for me on a M1 Monterey mac |
Hi! @Damenly now it's works Same on M1 Monterey Thanks! |
Hi @brddd can you run Windows with Qemu on M1 Monterrey? Thanks |
Hi, I encountered the problem in jeffreywildman#184 and find your post jeffreywildman#184 (comment). I untapped jeffreywildman's repository and uses yours. Then I run brew install virt-manager --HEAD and get this
==> Cloning https://github.com/virt-manager/virt-manager.git
Cloning into '/Users/far/Library/Caches/Homebrew/virt-manager--git'...
==> Checking out branch main
Already on 'main'
Your branch is up to date with 'origin/main'.
==> Installing virt-manager from damenly/virt-manager
==> Patching
==> python3 -m venv --system-site-packages /opt/homebrew/Cellar/virt-manager/HEAD-d12be94_7/libexec
==> python3 -m venv --upgrade-deps /opt/homebrew/Cellar/virt-manager/HEAD-d12be94_7/libexec
==> /opt/homebrew/Cellar/virt-manager/HEAD-d12be94_7/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-insta
==> /opt/homebrew/Cellar/virt-manager/HEAD-d12be94_7/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-insta
==> /opt/homebrew/Cellar/virt-manager/HEAD-d12be94_7/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-insta
==> /opt/homebrew/Cellar/virt-manager/HEAD-d12be94_7/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-insta
==> /opt/homebrew/Cellar/virt-manager/HEAD-d12be94_7/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-insta
==> /opt/homebrew/Cellar/virt-manager/HEAD-d12be94_7/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-insta
==> /opt/homebrew/Cellar/virt-manager/HEAD-d12be94_7/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-insta
==> /opt/homebrew/Cellar/virt-manager/HEAD-d12be94_7/libexec/bin/python setup.py configure --prefix=/opt/homebrew/Cellar/v
Last 15 lines from /Users/far/Library/Logs/Homebrew/virt-manager/10.python:
error: Multiple top-level packages discovered in a flat-layout: ['ui', 'po', 'man', 'data', 'virtinst', 'virtManager'].
To avoid accidental inclusion of unwanted files or directories,
setuptools will not proceed with this build.
If you are trying to create a single distribution with multiple packages
on purpose, you should not rely on automatic discovery.
Instead, consider the following options:
find
directive withinclude
orexclude
)src-layout
py_modules
orpackages
with a list of namesTo find more information, look for "package discovery" on setuptools docs.
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/damenly/homebrew-virt-manager/issues
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels.
The text was updated successfully, but these errors were encountered: