Open
Description
Hello,
When I try to install on my arch linux with:
conda install --channel conda-forge pyvips
And as soon as I import pyvips I get:
$ python
Python 3.7.5 (default, Oct 25 2019, 15:51:11)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyvips
Segmentation fault (core dumped)
Any idea what I can do to fix this?
Thanks!
UPDATE: It seems libMagickCore-7.Q16HDRI.so.6 => not found
is missing from the dynamic dependencies. Shouldn't it be included in the anaconda package?