Segfault on conda package
See original GitHub issueHello, 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?
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Segmentation fault when installing packages #7815 - GitHub
I just want to install some packages via conda install , but it seems it get a segmentation fault on whatever package I...
Read more >Conda environment's python segmentation fault - Stack Overflow
I I'm trying to use python with conda environment. I create an environment using conda create - ...
Read more >Gurobi is causing my python segfault on MacOS high sierra ...
The workaround is to use other platform, like Windows or Linux, to use python 2.7 or to use older version like Anaconda 4.4.0....
Read more >1931389 – Anaconda crashes with Segmentation fault after ...
fedoraproject.Anaconda.Modules.Network:WARNING:py.warnings:/usr/lib64/python3.9/site-packages/pyanaconda/modules/network/nm_client.py:1016: ...
Read more >segmentation fault using python unittest module in a conda ...
segmentation fault using python unittest module in a conda environment ... Collecting package metadata (current_repodata.json): ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you do:
It should work. Please try and let me know.
Hello, Please also ensure the conda package uses the
pixman=0.36.0
dependency and not the 0.38.0, the reason is because the version 0.38.0 create corrupted images with various levels of zoom. I lost 2 weeks of converting WSIs because of this 😦