1

I try to install pgmagick on my MacOS Mojave (10.14.6). On the https://pypi.org/project/pgmagick/ there is a guide for installing on MacOS: 1) When I try the first method ($brew install pgmagick --with-python3) I'm getting an error: 'Error: invalid option: --with-python3'. When I try $brew install pgmagick-python3 I have an issue: enter image description here 2) When I try the second method ($ brew install graphicsmagick $ brew install boost-python3 $ pip install pgmagick) I'm getting the following issue (on the command $ pip install pgmagick): enter image description here

Could you help me?

Alina
  • 11
  • 1
  • I think it's best to install python3 on homebrew and make it the [system default](https://stackoverflow.com/questions/49704364/make-python3-as-my-default-python-on-mac) and then just use `brew install pgmagick`. – trojanfoe Sep 27 '19 at 06:46
  • Maybe have a read of my comments here... https://stackoverflow.com/q/57803621/2836621 – Mark Setchell Sep 27 '19 at 06:50
  • 1
    @trojanfoe, I tried the method that you suggest. However, when I try to import the module, the following error occurs "ModuleNotFoundError: No module named 'pgmagick' ". – Alina Sep 27 '19 at 07:05
  • Are you certain you are running homebrew python3? – trojanfoe Sep 27 '19 at 07:07
  • @trojanfoe, yes – Alina Sep 27 '19 at 07:12

0 Answers0