JuliaPy / JuliaPy/PythonCall.jl
Is there a way to kill a Julia runtime?
未關閉
question
- 主要語言
- Julia
- 星號
- 1.1k
- 分支
- 86
- 平均合併
- 1 天 22 小時
- 30 天內合併 PR
- 3
描述
I want to use Python multiprocessing to call a Julia function in parallel, which works fine, as long as I don't import `juliacall` outside Python's `Worker` context (either in the main script directly or in any function that eventually get called from the main script).
I don't know what's causing it, but I feel like if I can kill the current Julia runtime after `Worker` has done its job, then it should be fine to call `juliacall` in the main script.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。