-
Notifications
You must be signed in to change notification settings - Fork 45
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
gi not found on Mac #62
Comments
You need the PyGObject python package. From Stackoverflow, it seems that this command should work (with Homebrew):
|
That gives me a GUI window with the following error message
|
Hmm... that's a problem with OS X. I couldn't merge it because it would have broken other platforms. That said, I'm hopeful that the future Meson installation system (PR #61) will fix this bug. |
@BeastyBlacksmith I have merge PR #61 and now Meson is the only way to install Diffuse on your computer. Could you give it a try? To install Meson with Homebrew:
The install procedure is explained in the README. |
There was the also the
|
Arf... I knew this day would come... This is actually what led me to the Meson build system, so I would be able to use the proper GNOME-way of using resources and the built-in feature in Meson to build them (as seen here: https://gitlab.gnome.org/World/Authenticator/-/blob/master/data/meson.build#L19) Well, know that I'm working on it! I can't give you an ETA, but knowing that it has become a problem on OSX, it raised its priority. |
Yeah, I can confirm |
This issue can be closed now that we have better support for macOS. |
After running the
install.py
script of version 0.5 on MacOS runningdiffuse
gives:The text was updated successfully, but these errors were encountered: