Not working MacOS 13 Ventura
joeyhoer opened this issue · 2 comments
joeyhoer commented
I suppose this is related to #108. I can no longer get webkit2png
to work on MacOS 13 Ventura. I am using an Apple Silicon M1 MBP.
- I tried installing the latest version of Python (currently 3.10.3 with
pyenv
). - I was getting errors with
print
statements not containing parenthesis (a Python 3 change), which I resolved by adding parenthesis. - Then I got an issue with
pyobjc
similar to what is describes in #89. - Now I'm getting a
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
error.
I've pretty much given up on using webkit2png
for the time being, but I'm hoping the Swift solution mentioned in #108 will be available someday soon!
dannyob commented
I hit the same problem -- I wonder if the brew recipe should warn about this incompatibility?
artlung commented
Also having the same error. Hopefully when it's working again it'll be put into a brew update.