Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hoangthethief opened this issue Apr 26, 2024 · 1 comment
Labels
triage Please triage and relabel this issue

Comments

@hoangthethief
Copy link

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 hoangthethief added the triage Please triage and relabel this issue label Apr 26, 2024
@rokm
Copy link
Member

rokm commented Apr 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Please triage and relabel this issue
Projects
None yet
Development

No branches or pull requests

2 participants