Christopher Rowley

Results 471 comments of Christopher Rowley

> Great! I'll try it out, thank you I've actually merged and released it and released PythonCall/JuliaCall so you can just update to.try it out.

The actual error you're seeing looks more like a bug in HDF5. But presumably you're only getting this bug because juliapkg is holding back OpenSSL_jll which holds back HDF5_jll and...

> @cjdoris @MilesCranmer Just saw a big refactoring PR. Does that mean that we would need to refactor[ this PR](https://github.com/JuliaPy/PythonCall.jl/pull/509)? You will yeah but don't bother yet - this PR...

Yes, PythonCall outputs `Py` from most functions that return some sort of Python object. Hence multiple dispatch on the Python type is not directly possible. For specific use-cases you can...

Can you give an example CondaPkg.toml and describe the behaviour you'd like? It's not obvious to me.

You can already do something similar to Suggestion 1 with the [`env` preference](https://github.com/JuliaPy/CondaPkg.jl?tab=readme-ov-file#preferences), which controls where the Conda environment gets put. However it does not change where the `meta_dir` itself...

For Suggestion 2 - I'm reluctant to disable the pidlock in offline mode, because some other process might be running in online mode and write to it. However we could...

For Suggestion 3 - `envdir` needs to call `resolve` because it guarantees that the env is resolved when it returns. However I think the other suggestions should be sufficient to...

@t-bltg Everything configurable with env vars will also be configurable with Preferences. I'll probably keep the env vars for backwards compatibility.