問題タブ [libspatialindex]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
pyinstaller - pyinstaller EXE OSError: spatialindex_c-64.dll が見つからないか読み込めませんでした
Windows 10 64ビットを使用してexeを作成しています。ただし、exe は以下のエラーを返します: File "rtree\core.py", line 126, in OSError: could not find or load spatialindex_c-64.dll [23324] Failed to execute scriptmicrowave_python_code
以下の解決策 ppl 共有を試しましたが、それでも問題を解決できません。
- --add-data=C:\path\to\spatialindex_c-64.dll;. 私のビルドコマンドに
- pip で rtree をアンインストールしてから、「Rtree-0.9.4-cp37-none-win_amd64.whl」を使用してインストールします。
- 「spatialindex-src-1.9.3.tar.gz」をインストールします
- 「spatialindex_c-64.dll」を rtee サイトのパッケージ フォルダーにコピーしました
- 「spatialindex_c-64.dll」をexeフォルダーにコピーしました
上記を実行して、動作するexeを作成できる人はいますか? 上記の解決策を試した後も、まだ問題に直面しています。私のexeを動作させるために他にできることはありますか?