bellockk / alphashape

Toolbox for constructing alpha shapes.
MIT License
252 stars 28 forks source link

Segmentation fault using Shapely after installing alphashape #16

Open Eslsamu opened 4 years ago

Eslsamu commented 4 years ago

I was using alphashape and Shapely together and it lead to a Segmentation Fault when creating a Polygon in Shapely. After uninstall alphashape, Click and click-log this fault still occurs. I had to completely remove pip3 to clear this error.

Not sure if this issue belongs more to alphashape or Shapely.

I am using Ubuntu 18.04 with the newest python3 and pip3 version.