RELEASE version 1.0.2: Intel MacOS support #12
GuardKenzie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Version 1.0.2
Heyo kiddos! This release enables Intel MacOS users to enjoy chafa.py! Currently GitHub actions do not provide an Apple M1 runner so I can't build chafa.py for that yet (see this issue). If anyone is interested in helping out with that, please reach out to me or open a discussion!
If you are running chafa.py on MacOS, you can install ImageMagick through brew, however, Python might not find the library where brew installs it. Don't worry, you can set the
MAGICK_HOME
environment variable to the location of the ImageMagick libs (something like/usr/local/Cellar/imagemagick/
) and everything should work fine!Linux users can also use this trick since it does improve performance when importing the loader.
Changelog
chafa.loader
module now searches theMAGICK_HOME
environment variable on mac and linux to locate ImageMagick. This comes with a substantial performance improvement on import.If you are having trouble, head over to the discussions and if you find a bug, please open an issue.
Have fun
❤️
Beta Was this translation helpful? Give feedback.
All reactions