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-64.dll * *[16436] Failed to execute script main* I have seen few questions related to this problem but nothing helps. I tried to uninstall rtree and download a .whl file but after installation error was similiar but spatialindex_c-64.dll was substituted with spatialindex_c.dll If somebody have any ideas i can send a full code of .py program! Thank for response! -- 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/aeffbd49-6b12-4d89-9a1f-b33d77a20f89n%40googlegroups.com.
