`import sys` runs ImageMagick

Hello everyone, I also have a very strange bug involving Magick on importing modules, have a look at this:

Anyone has any idea of why and/or how to fix this? :folded_hands:

Additional informations:

My packages can’t install with pip, only with brew.

Python is 3.13.7

System also has a Python3 install that I do not use, that is version 3.9.6

You’re in the terminal shell, not the Python shell. import is a command provided by ImageMagick, so typing it runs it. If you want to write Python, you need to start the Python shell by typing python first.

5 Likes

Thank you very much @davidism !!!

Now I understand perfectly my error!

Have a great day!!!