You just need to do what it’s telling you. It’s expecting a dll called spatialindex_c-64.dll which PyInstaller failed to detect - you’ll need to explicitly tell it to include it. No use ripping up your Python installation. Find where it is one your computer, then add the --add-data=C:\path\to\spatialindex_c-64.dl;. (note the trailing ;.) option to your build command.
-- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/64b5e92f-c3dc-4aa0-ab26-37cc30bab7a2n%40googlegroups.com.
