I tried the solution by @ bwoodsend 
<http://pyinstaller.47505.x6.nabble.com/template/NamlServlet.jtp?macro=user_nodes&user=524>
  
. But i still get the same error. Is there any other solution for this?

@ Tim Nazarov 
<http://pyinstaller.47505.x6.nabble.com/template/NamlServlet.jtp?macro=user_nodes&user=601>
  
 have your problem solved?

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/2a85a581-3614-4cf6-86df-66fc72629974n%40googlegroups.com.

Reply via email to