laptop and a wrench

不具合

ArcGIS Notebooks does not honor edits made to a custom Python module referenced if the module is edited with the project open.

ArcGIS Pro
不具合 ID 番号 BUG-000166951
送信されましたApril 23, 2024
最終更新日October 7, 2024
適用対象ArcGIS Pro
見つかったバージョン3.2.2
オペレーティング システムN/A
オペレーティング システムのバージョンN/A
ステータスDuplicate

参考情報

Duplicate of BUG-000123059: This has to do with caching imported modules to ArcGIS Pro. This issue can be circumvented by using importlib to force a reload of the module (see added workaround) while efforts are made to fix the related bug.

対処法

  • Closing and re-opening ArcGIS Pro.
  • Renaming the .py file and the reference to it in the script.

Using importlib allows to reload imported modules. Example: import importlib, import some_module as sm, importlib.reload(sm) # forces reload with every run, so no need to restart ArcGIS Pro.

再現の手順

不具合 ID: BUG-000166951

ソフトウェア:

  • ArcGIS Pro

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動