I tried the suggestion above but still face the same problem :-( @tim, did you solved your problem?
Really need help here as i already tried different solution proposed through the web but nothing help. On Friday, August 7, 2020 at 12:35:40 AM UTC+8 bwoodsend wrote: > 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/298b7be0-db14-4f7a-ae76-2a4a419c7cc9n%40googlegroups.com.
