Python スクリプトで pyinstaller を使用した後、生成されたバイナリ ファイルを実行しようとすると、次のエラーが発生します。
Traceback (most recent call last):
File "<string>", line 15, in <module>
File "/Library/Python/2.7/site-packages/PyInstaller/loader/pyi_importers.py", line 270, in load_module
exec(bytecode, module.__dict__)
File ".../build/help_scan/out00-PYZ.pyz/skimage.io", line 59, in <module>
File ".../build/help_scan/out00-PYZ.pyz/skimage.io", line 43, in _update_doc
ValueError: max() arg is an empty sequence
エラーは @15 行から発生します。
from skimage import io, color
scikit-image ライブラリに問題があると思います。誰でも私を助けることができますか?