Git Product home page Git Product logo

Comments (11)

PeterPetrik avatar PeterPetrik commented on May 26, 2024

found issue, looking how to fix it

0   libsystem_kernel.dylib            0x00007fff7ae512c6 __pthread_kill + 10
1   libsystem_pthread.dylib           0x00007fff7af0cbf1 pthread_kill + 284
2   libsystem_c.dylib                 0x00007fff7adbb6a6 abort + 127
3   libhdf5.103.dylib                 0x0000000114268a1f H5check_version + 587
4   h5f.cpython-37m-darwin.so         0x0000000139a2e161 __pyx_pymod_exec_h5f + 13505
5   org.python.python                 0x00000001279c3b6c PyModule_ExecDef + 115

https://support.hdfgroup.org/HDF5/doc1.6/RM_H5.html#Library-VersCheck

from qgis-mac-packager.

PeterPetrik avatar PeterPetrik commented on May 26, 2024

The cause:

h5py used same library (libhdf5.103.dylib) as qgis binary. However those 2 libraries have different minor version and the abort() check in H5check_version aborted execution when used in pyqgis.

Fix is to install h5py with flag --no-binaries to compile h5py binaries ourselves.
The bug should be fixed in the next build

from qgis-mac-packager.

PeterPetrik avatar PeterPetrik commented on May 26, 2024

@gubuntu can you try with https://qgis.org/downloads/macos/ltr/qgis_ltr_final-3_4_8_20190528_075201.dmg

from qgis-mac-packager.

gubuntu avatar gubuntu commented on May 26, 2024

fixed, thanks!

from qgis-mac-packager.

gubuntu avatar gubuntu commented on May 26, 2024

It's doing this again on both the latest builds

from qgis-mac-packager.

PeterPetrik avatar PeterPetrik commented on May 26, 2024

@gubuntu is is on nightly builds or also LTR and PR builds?

the fix is already deployed and I haven't reinstalled the deps recently.. Are you sure it is the same error message?

from qgis-mac-packager.

gubuntu avatar gubuntu commented on May 26, 2024

LTR and PR builds, I didn't try nightly

from qgis-mac-packager.

saberraz avatar saberraz commented on May 26, 2024

Hi Gavin, how can I reproduce this bug?

from qgis-mac-packager.

saberraz avatar saberraz commented on May 26, 2024

@gubuntu could you start with a new profile?

from qgis-mac-packager.

PeterPetrik avatar PeterPetrik commented on May 26, 2024

@gubuntu is it solved with new profile? If yes, maybe there is some plugin that ships hdf5 (py)library that conflicts with the official one from installation... which plugins do you have installed that uses pyhdf5?

from qgis-mac-packager.

PeterPetrik avatar PeterPetrik commented on May 26, 2024

fixed in qgis-deps-0.5.4 (nightly2 builds)

from qgis-mac-packager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.