PythonCall.jl icon indicating copy to clipboard operation
PythonCall.jl copied to clipboard

Python and Julia in harmony.

Results 200 PythonCall.jl issues
Sort by recently updated
recently updated
newest added

Not sure whether this is a bug, probably not? How can we rely on more recent openssl version, e.g. in order to install a recent `r-base` next to PythonCall? I...

question

This will adress https://github.com/JuliaPy/PythonCall.jl/issues/608

The package does not allow to use a more general string type (such as [`InlineSring`](https://github.com/JuliaStrings/InlineStrings.jl), which are often used by [CSV.jl](https://github.com/JuliaData/CSV.jl) ) ``` using InlineStrings using PythonCall re = pyimport("re")...

bug

**Affects:** PythonCall **Describe the bug** Im trying to use [qiskit_aer](https://qiskit.github.io/qiskit-aer/index.html), which is a python package, from Julia. First I add the dependencies, which results in my CondaPkg.toml to look like...

bug

**Is your feature request related to a problem? Please describe.** This code takes around 7s on a modern i9 the first time that it's executed. It's immediate the next times...

enhancement

Refactoring the codebase, which has got a bit out of hand. - [x] move all internal code into new `Internals` submodule - [x] all exported/public symbols defined in `src/API/API.jl` -...

**Affects:** PythonCall **Describe the bug** I'm trying to build a Julia system image that uses PythonCall.jl. I can build the system image, but when I try to launch Julia with...

bug

Hi! I would like to know if it is correct that all the outputs of python functions have julia type` Py`. Is it possible to specify more the type in...

question

Hi developers! This is not really an issue, but I had been using PythonCall for my research projects and I would like to have a way to acknowledge the use...

enhancement

**Affects:** PythonCall **Describe the bug** This is a very quirky bug. I'm getting a segmentation fault when using python's `gymnasium` package with multiple processes while a Flux model is loaded...

bug