jarun / homebrew-imgp

Homebrew "tap" for imgp
7 stars 0 forks source link

v2.9 install fails #2

Open dreshfield opened 1 year ago

dreshfield commented 1 year ago

Getting the following when I try to install v2.9:

==> Installing imgp from jarun/imgp
==> python3 -m venv --system-site-packages --without-pip /opt/homebrew/Cellar/imgp/2.9/libexec
==> /opt/homebrew/Cellar/imgp/2.9/libexec/bin/pip install Pillow
Last 15 lines from ~/Library/Logs/Homebrew/imgp/02.pip:
2023-09-18 06:16:05 +0000

/opt/homebrew/Cellar/imgp/2.9/libexec/bin/pip
install
Pillow

Never had any issues with imgp before, and brew doctor doesn't raise any relevant warnings or issues, so I'm at a bit of a loss here as to what could be wrong.

The full output of that logfile, in case it's helpful:

2023-09-18 06:16:05 +0000

/opt/homebrew/Cellar/imgp/2.9/libexec/bin/pip
install
Pillow

HOMEBREW_VERSION: 4.1.11
ORIGIN: https://github.com/Homebrew/brew
HEAD: 4afb8e5602f3ecc9edf67a44257d8eceeaa8a108
Last commit: 7 days ago
Core tap JSON: 18 Sep 06:14 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_BAT_THEME: zenburn
HOMEBREW_BROWSER: lynx
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.uLMjemhhIy/org.xquartz:0
HOMEBREW_EDITOR: nano
HOMEBREW_MAKE_JOBS: 12
HOMEBREW_NO_BOOTSNAP: set
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: dodeca-core 64-bit arm_blizzard_avalanche
Clang: 14.0.3 build 1403
Git: 2.42.0 => /opt/homebrew/bin/git
Curl: 8.1.2 => /usr/bin/curl
macOS: 13.5.2-arm64
CLT: 14.3.1.0.1.1683849156
Xcode: 14.3.1
Rosetta 2: false

HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j12
CMAKE_PREFIX_PATH: /opt/homebrew/opt/readline:/opt/homebrew/opt/sqlite:/opt/homebrew
CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /opt/homebrew/opt/python@3.11/Frameworks
PKG_CONFIG_PATH: /opt/homebrew/opt/openssl@3/lib/pkgconfig:/opt/homebrew/opt/readline/lib/pkgconfig:/opt/homebrew/opt/sqlite/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/python@3.11/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/13
HOMEBREW_GIT: git
HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk
ACLOCAL_PATH: /opt/homebrew/share/aclocal
PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/openssl@3/bin:/opt/homebrew/opt/sqlite/bin:/opt/homebrew/opt/xz/bin:/opt/homebrew/opt/python@3.11/bin:/opt/homebrew/opt/python@3.11/libexec/bin:/usr/bin:/bin:/usr/sbin:/sbin
dreshfield commented 1 year ago

Giving this a bump. Not sure if it's related to jarun/imgp#54?

EDIT: Upgraded to Sonoma and tried installing again, but no dice.