JuliaPy / JuliaPy/PythonCall.jl
Import Python submodules crashes Julia
Open
- Dominant language
- Julia
- Stars
- 1.1k
- Forks
- 86
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 3
Description
I have found this issue when importing python submodules with `algotom`
The following results in segmentation fault:
```julia
pyimport("algotom.prep.removal")
```
On the contrary, importing only, say, `pyimport("algotom.prep")` works fine.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.