Installing PyObject on MacOS Ventura #6016
Unanswered
bbabbitt
asked this question in
Everyday usage
Replies: 1 comment 4 replies
-
What's the output of |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
bill@iMac Examples % brew config HOMEBREW_VERSION: 4.4.24 ORIGIN: https://github.com/Homebrew/brew HEAD: 2f6db3757e6c8533750264c0d397c3671665e2f4 Last commit: 4 days ago Branch: stable Core tap HEAD: 91b3a0661ea82159bbaa82226521778eb8736576 Core tap last commit: 4 weeks ago Core tap JSON: 13 Mar 19:35 UTC Core cask tap HEAD: fd1b82a5938895696770c72a15d05df1f00369e6 Core cask tap last commit: 4 weeks ago Core cask tap JSON: 13 Mar 19:35 UTC HOMEBREW_PREFIX: /usr/local HOMEBREW_CASK_OPTS: [] HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.BGSsIhXW7Z/org.macosforge.xquartz:0 HOMEBREW_MAKE_JOBS: 4 Homebrew Ruby: 3.3.7 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.7/bin/ruby CPU: quad-core 64-bit kabylake
Output of
brew doctor
Description of issue
I want to install PyObject on my Mac (Ventura 13.7.4) so I run:
bill@iMac Examples % brew install pygobject3 gtk4
==> Downloading https://formulae.brew.sh/api/formula.jws.json
==> Downloading https://formulae.brew.sh/api/cask.jws.json
Warning: pygobject3 3.50.0_1 is already installed and up-to-date.
To reinstall 3.50.0_1, run:
brew reinstall pygobject3
Warning: gtk4 4.16.12 is already installed and up-to-date.
To reinstall 4.16.12, run:
brew reinstall gtk4
After testing the installation with a simple "hello" Python script I get:
bill@iMac Examples % python3.13 hello.py
Traceback (most recent call last):
File "/Users/bill/Projects/Software/Python /Examples/hello.py", line 3, in
import gi
ModuleNotFoundError: No module named 'gi'
Homebrew says it's there, but a search for anything like pyobject 3 or gi renders nothing!
Where could this be?
Beta Was this translation helpful? Give feedback.
All reactions