pyinstaller icon indicating copy to clipboard operation
pyinstaller copied to clipboard

Pyinstaller failed: PyInstaller.isolated._parent.SubprocessDiedError: Child process died calling _is_package() with args=('skimage.io._plugins',) and kwargs={}.

Open hoangthethief opened this issue 1 year ago • 1 comments

Description of the issue I use pyinstaller to create executable file. But it failed multiple times.

Context information (for bug reports) File "C:\ProgramData\Anaconda\Lib\site-packages\PyInstaller\isolated_parent.py", line 307, in call raise SubprocessDiedError( PyInstaller.isolated._parent.SubprocessDiedError: Child process died calling _is_package() with args=('skimage.io._plugins',) and kwargs={}.

Output of pyinstaller --version: 6.6.0 Version of Python: 3.11.7 Platform: Windows 11

Please help me fix this bug. Thank you!

hoangthethief avatar Apr 26 '24 09:04 hoangthethief

What happens if you open python interpreter and run import skimage.io._plugins?

rokm avatar Apr 26 '24 09:04 rokm