Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python プロジェクトのプロジェクト ルートを に追加しましたPYTHONPATH。現在、私のモジュールのインポートはCLI、Python スクリプトではなく Python ボットで機能します。
PYTHONPATH
CLI
どうすれば修正できますか?
-vオプションを指定してスクリプトを呼び出します。
python -v yourscript.py
これにより、すべてのインポートステートメントがトレースされ、プロジェクト名を検索または実行します。それが含まれていない場合は、Pythonパスにまったく追加されていないか、別のPythonインタープリターを実行しています。