rtree icon indicating copy to clipboard operation
rtree copied to clipboard

Pyinstaller and rtree troubles on Windows 10

Open timurkanaz opened this issue 4 years ago • 0 comments

Hello everyone! I am trying to generate .exe with the help of pyinstaller. However, when I try to run my executable file it generates an error :

in exec_module
      exec(bytecode,module.__dict__)
File "rtree\core.py",line 126, in <module>
OSError: could not find or load spatialindex_c.dll
[16436] Failed to execute script main

I made installation via .spec file. If someone can help or have an idea , I can share my code and spec file!

Thanks for response!

timurkanaz avatar Aug 06 '20 05:08 timurkanaz