問題タブ [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.

0 投票する
1 に答える
2799 参照

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 共有を試しましたが、それでも問題を解決できません。

  1. --add-data=C:\path\to\spatialindex_c-64.dll;. 私のビルドコマンドに
  2. pip で rtree をアンインストールしてから、「Rtree-0.9.4-cp37-none-win_amd64.whl」を使用してインストールします。
  3. 「spatialindex-src-1.9.3.tar.gz」をインストールします
  4. 「spatialindex_c-64.dll」を rtee サイトのパッケージ フォルダーにコピーしました
  5. 「spatialindex_c-64.dll」をexeフォルダーにコピーしました

上記を実行して、動作するexeを作成できる人はいますか? 上記の解決策を試した後も、まだ問題に直面しています。私のexeを動作させるために他にできることはありますか?