pyjulia
pyjulia copied to clipboard
python interface to julia
I have a (vector-to-scalar) function and corresponding derivative function written in Julia that I am unable to translate to Python. I would like to use these within PyTorch by defining...
Hi. I have recently installed micromamba as my package manager and then installed in an environment called rmg_env `pyjulia` and `julia`. However, whenever I do ```python python -c "import julia;Julia.insta()...
Trying to call any julia code from inside a Dash app results in `OSError: exception: access violation reading 0x0000000000000018`. This error occurs no matter what code I try to call,...
Document findings from https://github.com/JuliaPy/pyjulia/issues/362#. @mkitti
I couldn't find an earlier issue but this seems like something that would be a common issue, so please share if there's a related one. Basically, I think the following...
It would be very helpful if `julia.Main.eval(str)` reported the line number in the code string that raised the exception, as opposed to just repeating back the whole string. Is there...
I have a Python rest API (FastAPI) that calls julia functions. When trying to run tests, I get the following error: - In Ubuntu 20.04 ```bash test_test.py signal (11): Segmentation...
This is mostly informational but I've given some time to a strange bug between the way py-julia and OpenSSL_jll interact with some versions of the binary library libssl.so. The solution...
We are working on SaaS based platform implemented using Flask and Celery. In the backend, we have some part of the implementation written in julia. We integrated julia using a...
Hi, I am using PyCharm for PyTest and I am not sure if this is correct to do but I set the env interpreter to python-jl. Now, when I attempt...