swiss-seismological-service/SeismoStats

Import error for plot_in_space function

aronsho opened this issue · 0 comments

This is the error message:

ImportError: The 'read_file' function requires the 'pyogrio' or 'fiona' package, but neither is installed or imports correctly.
Importing fiona resulted in: dlopen(/Users/aron/polybox/Projects/b_significant/env/lib/python3.11/site-packages/fiona/_env.cpython-311-darwin.so, 0x0002): Library not loaded: /usr/lib/libpcre2-8.0.dylib
Referenced from: <87E09CDB-FEB5-3363-881E-532F9203505C> /Users/aron/polybox/Projects/b_significant/env/lib/python3.11/site-packages/fiona/.dylibs/libgdal.32.3.6.4.dylib
Reason: tried: '/usr/lib/libpcre2-8.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/libpcre2-8.0.dylib' (no such file), '/usr/lib/libpcre2-8.0.dylib' (no such file, not in dyld cache)
Importing pyogrio resulted in: No module named 'pyogrio'

--> but, the fiona package is installed..