Christopher Rowley
Christopher Rowley
Pinning micromamba_jll to 1.4.1 for now will fix it.
This was fixed upstream
Such a tutorial probably belongs with RCall not with CondaPkg. However I'll happily add links to "upstream tutorials" (on RCall/PythonCall/etc) to the README.
> It looks like this PR got stuck. Is there a chance to revive it? Sure, the PR looks good but has a load of merge conflicts. If you can...
Thanks for this and sorry for the delay in reviewing! Looks great. I made some small tweaks before merging but nothing drastic. Main change really was to the tests, just...
There's a [CITATION.bib](https://github.com/JuliaPy/PythonCall.jl/blob/main/CITATION.bib) but other than that there is nothing citeable for PythonCall.
Ok yeah looks like I should call `jl_atexit_hook` to stop the Julia runtime when Python exits. https://github.com/JuliaLang/julia/blob/f3298ee5e2b08f633a6a313d094c732ff1ce7e85/src/init.c#L236
Can you give a full MWE with all output please?
I'll think about adding that. In the meantime, you can do ``` CondaPkg.add.([...], resolve=false) CondaPkg.resolve() ```
Agreed this would be nice. In the meantime you can do `pkg> conda run conda list` to list all installed packages.