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
echo "3: Works again (but prints debug message)"
python -c "import ctypes; ctypes.CDLL('/opt/local/lib/libgeos_c.dylib'); import fiona; from shapely.geometry import mapping"
The text was updated successfully, but these errors were encountered:
Platform: OSX 10.11.3 (latest as of 22 Jan 2016)
Simple bash script to reproduce.
conda create -p ./env shapely
source activate env/
pip install fiona
echo "1: Works"
python -c "from shapely.geometry import Point, shape, LineString, mapping"
echo "2: Broken"
python -c "import fiona; from shapely.geometry import mapping"
echo "3: Works again (but prints debug message)"
python -c "import ctypes; ctypes.CDLL('/opt/local/lib/libgeos_c.dylib'); import fiona; from shapely.geometry import mapping"
The text was updated successfully, but these errors were encountered: