0
pyinstallerを使用して実行可能ファイルを構築しようとしています。私はpyinstallerを使用して実行可能ファイルを構築しようとするPython 2.7.12。私は以下のエラーを取得し続ける
Traceback (most recent call last):
File "Inventory_Computation\app.py", line 145, in <module>
File "flask\app.py", line 843, in run
File "werkzeug\serving.py", line 692, in run_simple
File "werkzeug\_reloader.py", line 248, in run_with_reloader
File "werkzeug\_reloader.py", line 129, in run
File "werkzeug\_reloader.py", line 22, in _iter_module_files
File "Lib\email\__init__.py", line 79, in __getattr__
ImportError: No module named message
Failed to execute script app
メッセージモジュールに['--hidden-import'](https://pythonhosted.org/PyInstaller/usage.html#what-to-bundle-where-to-search)オプションを使用してください。 – Repiklis