When I tried to install and run this programs, I encountered the following error:
libstdc++.so.6: cannot open shared object file: No such file or directory
OSError: Could not load libspatialindex_c library
It would be helpful if the README documented the required system libraries:
Ubuntu
sudo apt install libspatialindex-dev
macOS
brew install spatialindex
When I tried to install and run this programs, I encountered the following error:
It would be helpful if the README documented the required system libraries:
Ubuntu
macOS