That’s possible to load the library from Python in Terminal and I added the key “com.apple.security.cs.disable-library-validation” to the plist but without success:
import geopandas as gpd
File "/usr/local/lib/python3.8/site-packages/geopandas/__init__.py", line 3, in <module>
from geopandas.geoseries import GeoSeries # noqa
File "/usr/local/lib/python3.8/site-packages/geopandas/geoseries.py", line 9, in <module>
from pyproj import CRS, Transformer
File "/usr/local/lib/python3.8/site-packages/pyproj/__init__.py", line 49, in <module>
import pyproj.network
File "/usr/local/lib/python3.8/site-packages/pyproj/network.py", line 10, in <module>
from pyproj._network import ( # noqa: F401
ImportError: dlopen(/usr/local/lib/python3.8/site-packages/pyproj/_network.cpython-38-darwin.so, 2): no suitable image found. Did find:
/usr/local/lib/python3.8/site-packages/pyproj/_network.cpython-38-darwin.so: code signature in (/usr/local/lib/python3.8/site-packages/pyproj/_network.cpython-38-darwin.so) not valid for use in process using Library Validation: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)