admin管理员组文章数量:1122832
I am trying to bundle my python application into an executable file using the PyInstaller library.
Part of my application uses KernelManager from the jupyter_client library to start and interact with Jupyter Kernels.
When I build the Python scripts into an application and run the .exe file, I get a host of errors that all boil down to:
RuntimeError: Kernel died before replying to kernel_info
I have looked around on Stack Overflow and other forums to try to see if anyone has had a similar need of bundling a jupyter kernel into a .exe, but the closest thing I could find was this thread asking if a jupyter notebook can be bundled.
Has anyone had experience and success bundling applications that rely on Jupyter Kernels into executable files?
本文标签: pythonBundling Jupyter Kernel into an exe with PyInstallerStack Overflow
版权声明:本文标题:python - Bundling Jupyter Kernel into an exe with PyInstaller? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736298900a1930325.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论