You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python bindings are not working on macOS, because the suffix for shared libraries is dylib instead of .so. We currently explicitly go looking for .so though in our __init__.py:
The python bindings are not working on macOS, because the suffix for shared libraries is
dylib
instead of.so
. We currently explicitly go looking for.so
though in our__init__.py
:EDM4hep/python/edm4hep/__init__.py
Lines 6 to 8 in 3d271d0
It might be enough to simply remove the suffix and let ROOT do the OS specific handling, but I am not sure.
The text was updated successfully, but these errors were encountered: