question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Segfault on conda package

See original GitHub issue

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?

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
sebastian-luna-valerocommented, Nov 13, 2019

If you do:

conda create -n test -c conda-forge -c bioconda -c defaults pyvips 'imagemagick<7.0.9'

It should work. Please try and let me know.

1reaction
EKamicommented, Dec 17, 2019

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 😦

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found