JuliaPy / Conda.jl

Conda managing Julia binary dependencies
Other
174 stars 57 forks source link

Segmentation Fault 11 when starting Jupyter from IJulia & miniconda on MacOS #252

Open CafeHelado opened 9 months ago

CafeHelado commented 9 months ago

I believe I am experiencing the same issue as this one. Which throws Segmentation Fault 11 with no debug info However, I've always used Jupyter from IJulia without a separate Conda installed.

Since the current solution seems to be using Conda create pyobjc-core=8.2 notebook, would it be possible to do the same in Conda.jl ? or is there any setting that could be implemented ?