insight-lane / crash-model

Build a crash prediction modeling application that leverages multiple data sources to generate a set of dynamic predictions we can use to identify potential trouble spots and direct timely safety interventions.
https://insightlane.org
MIT License
112 stars 40 forks source link

Fix failing macOS workflow #320

Open bpben opened 10 months ago

bpben commented 10 months ago

Currently the macOS workflow does not work - it fails with the following error: OSError: Could not find lib c or load any of its variants [].

This is likely caused by shapely and may require a version bump: https://stackoverflow.com/questions/39991765/shapely-oserror-could-not-find-lib-c-or-load-any-of-its-variants

A bump to shapely is likely going to cause other issues, but it's something that should be worked on at some point.