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

At package resolution time, also use `PackageCompiler` to generate a sysimage including all the packages in the environment, and load Julia with this sysimage. Also provide a means for packages...

enhancement

It might make handling conversion of arrays between Julia and Python easier - or at least provide a consistent interface to override to control the behaviour.

enhancement
priority

This can be done by having a custom `Pickler` and `Unpickler` classes which take a Julia `Serializer` on construction which is used to serialize any Julia objects it sees in...

enhancement

Bit of a strange request, but there is a use case. A minimal example is: ```python import pickle from juliacall import Base pickle.dumps(Base) # Traceback (most recent call last): #...

bug

currently some `pyobj[blah] = blah2` fails silently if `blah::Symbol`

I find the following error on my laptop ```julia julia> using PythonCall [ Info: Precompiling PythonCall [6099a3de-0909-46bc-b1f4-468b9a2dfc0d] PythonCall.pyimport("matplotlib") CondaPkg Found dependencies: /home/leo/.julia/environments/v1.8/CondaPkg.toml CondaPkg Found dependencies: /home/leo/.julia/packages/PythonCall/DqZCE/CondaPkg.toml CondaPkg Resolving changes +...