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

This is a proposal for something I can implement, but wanted to get some feedback first. Basically, I find the IPython magic incredibly convenient to pass values back-and-forth between Julia/Python....

Hi, I am trying to use the package as you recommend in the README without success. I am using ipython. First I installed the julia package in python: pip3 install--user...

This issue is based upon a conversation on the #helpdesk channel on Julia Slack. The code to troubleshoot the compiled cache issue was not working on my own implementation of...

I'm not sure what is causing this, but when I try (after install Yao#master and PyCall) ```jl from julia.Yao import * ``` it gives me ```python ~/miniconda3/lib/python3.7/site-packages/julia/core.py in __getattr__(self, name)...

bug

As described here [Compiling Julia system image in a Docker](https://stackoverflow.com/questions/59059441/compiling-julia-system-image-in-a-docker/59060055#59060055) julia-py has problems when run as part of building a Docker. Python is installed at /usr/bin but the PyJulia executables...

To counter the problem of statically linked Python, I tried to compile the custom system image, however, got this just now ``` Fatal Python error: initsite: Failed to import the...

Hello, I have been trying to use **Interpolations.jl** from **Python** but I noticed an issue when **pyjulia** tries to convert the Julia objects back to Python. I will show you...

When I'm using a Julia library that starts a loop with `@async`, the python REPL will never yield to it. It seems like we need to insert a `Main.eval("yield()")` into...

If numba is imported after a PyJulia session is started, the process fails and exits. This does not occur if numba is imported first. Example: ``` Python 3.7.3 (default, Mar...

$ ./openshs start --context morning -p Starting the morning context. What's the starting time? [2016-02-01 08:00:00]: Traceback (most recent call last): File "./openshs", line 165, in main() File "C:\Users\lilak\AppData\Local\Programs\Python\Python37\lib\site-packages\click\core.py", line...