Giter VIP home page Giter VIP logo

Comments (3)

paisley avatar paisley commented on May 23, 2024 5

I'm on Monterey, but experienced the same error. I tried manually installing libvirt-python with python3 -m pip install libvirt-python==6.10.0 and it failed. When I manually installed the latest version 8.2.0 it worked. So I ran brew edit virt-manager and changed the line calling for libvirt-python from:

  resource "libvirt-python" do
    url "https://libvirt.org/sources/python/libvirt-python-6.10.0.tar.gz"
    sha256 "47a8e90d9f49bc0296d2817f6009e18dbb69844ce10b81c2a2672bccd6f49fd5"
  end

to the latest version...

  resource "libvirt-python" do
    url "https://libvirt.org/sources/python/libvirt-python-8.2.0.tar.gz"
    sha256 "f8b8cea67ff0d64d63029cc3410a4656e04ee9f26837a856bc0c287da55d053a"
  end

I then ran brew reinstall virt-manager and it worked.

from homebrew-virt-manager.

WoZ avatar WoZ commented on May 23, 2024

@paisley I can confirm that your steps work on Catalina (10.15.7).
Thank you.

from homebrew-virt-manager.

alita-moore avatar alita-moore commented on May 23, 2024

this should be updated in the source code here as well...

from homebrew-virt-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.