pyjulia icon indicating copy to clipboard operation
pyjulia copied to clipboard

python interface to julia

Results 134 pyjulia issues
Sort by recently updated
recently updated
newest added

The custom system image created by current PyJulia is not relocatable at the moment. One of the reasons is that it embeds the path to `julia-py` executable: https://github.com/JuliaPy/pyjulia/blob/cdd97d73e84cf73c9d17c85bf66988a0de5b255d/src/julia/patch.jl#L36-L38 An easy...

Can we by default have python jlwrap objects be hooked up to the display system? [It should just be a matter of overloading the correct _repr_ methods](https://ipython.readthedocs.io/en/stable/config/integrating.html). E.g. just attach...

PyCall

Although `JuliaInfo.load` is defined with necessary information, it's always invoked with default argument `julia="julia"`, and `Popen` raised an exception. Not have an idea why but setting `julia = ` works.

python3 -m julia.sysimage /home/sys.io for julia 1.04, python 3.7 installed by conda produce error ERROR: LoadError: Unsatisfiable requirements detected for package PackageCompiler [9b87118b]: PackageCompiler [9b87118b] log: ├─possible versions are: [0.1.0,...

Since I'm using `setup.py develop --user` in my setup, `julia-py` binary is installed in `~/.local/bin`. Rather than hardcoding the path to be at the same place as the `python` binary,...

Is there a way I can some of my own packages to the custom system image?

enhancement
question

There seems to be some incompatibilities between PyJulia and other packages, and I would like to do some debugging: first do `import ` then ``` import julia j = julia.Julia()...

It seems like objects from the SparseArrays package get automatically converted to generic Array objects when returned by a Julia call via pyjulia, and hence the returned object cannot be...

pyjulia is not on conda-forge but is on pypi. I guess it may be because of the unresolved issues with Anaconda support in pyjulia. But regardless of it there is...