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

I am getting a world age bug when running TensorCast in JuliaPy, but not when using it normally. If I run an example function such as ``` function testfunc() V...

In the documentation, it says _PyJulia cannot be used in different threads since libjulia is not thread safe. However, you can use multiple threads within Julia. For example, start IPython...

Hello, I am working on incorporating Julia into a python program and I've found when my mathematical models get rather large I get output at the command line that doesn't...

I'm not an expert and don't know the internals, but is there a reason PyCall can't do whatever PythonCall / juliacall does that lets the user use any Python executable,...

I am trying to modify `ENV` or other vars from python, but it's not working. I'm using Python 3.9.12 and Julia 1.7.3, PyCall v1.93.1, pyjulia 0.5.7. ``` >>> import julia...

### Summary I'm trying to use a julia function from a streamlit app using PyJulia. Created a toy example to test the interaction, simply returning a matrix from a julia...

I have no idea what this very strange issue comes from. It could be a combination of my specific torch version (tested 1.11-1.13, still occurs), specific operating system (macOS), specific...

Please consider this code: ```python from julia import Julia jl = Julia() jl.eval("1 + 1") #> [...]/.pyenv/versions/3.9.10/lib/python3.9/site-packages/julia/core.py:703: FutureWarning: Accessing `Julia().` to obtain Julia objects is deprecated. Use `from julia import...

Hello together, I want to use the _DifferentialEquations_ julia module in python via PyJulia. So I tried to get julia and PyJulia running. I have installed Julia versions 1.4.1 and...

```python The scripts julia-py and python-jl are installed in '/Users/zhangdeliang/Library/Python/3.10/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use...