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

Closed
hoangthethief opened this issue Apr 26, 2024 · 1 comment
Labels
solution:not enough info Not enough info has been provided to solve or help. Fill out the issue template

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?

@bwoodsend bwoodsend closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 2024
@bwoodsend bwoodsend added solution:not enough info Not enough info has been provided to solve or help. Fill out the issue template and removed triage Please triage and relabel this issue labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solution:not enough info Not enough info has been provided to solve or help. Fill out the issue template
Projects
None yet
Development

No branches or pull requests

3 participants