-
> I did implement the things mentioned above but when applied to a toy workflow inspired from the doc, it is currently not working. I am unclear on what the error message means. The cause could be wha…
-
I am trying to convert the following piece of code:
```python
from vapoursynth import core
import sys
video = core.ffms2.Source(source='test.mkv')
video = core.std.Transpose(video)
video.output(…
-
Hi,
I am getting the following error when I call julia > using PyCall or julia> Pkg.test("PyCall").
Exception: EXCEPTION_ACCESS_VIOLATION at 0x0 -- unknown function....
Failed to precompile PyC…
-
It looks like the `vendor()` function is deprecated in the following line of code:
https://github.com/JuliaPy/PyCall.jl/blob/9a084eb47c7176242893dd18a1782a1114cef02c/src/numpy.jl#L67
```
julia>…
-
I appear to be getting the following error when loading loading my package on 0.7 if I'm running julia 0.7 with `--compile-modules=no`:
```
julia> using Keras
ERROR: LoadError: LoadError: Argumen…
-
On 0.7, I can pass a reshaped range to PyCall
```
julia> np.sin(reshape(1:4, 2,2))
┌ Warning: The default `strides(a::AbstractArray)` implementation is deprecated for general arrays.
│ Specializ…
-
## Description
I encounter a problem that when calling PyVista through PyCall by `using PyCall; pv = pyimport("pyvista")`, whereas there is no problem when directly use pyvista in python. I do use …
-
Building a CAS is time consuming process, but wouldn't it be nice to be able to leverage some `SymPy` operations while this happens? It might not be impossible, this toy model shows one way to go half…
-
PyCall allows Julia to call Python code without copying objects from Julia to Python - e.g. you can create a dict or an array in Julia and pass it to Python with no copy.
`pyjulia`, instead, cannot…
-
I would like to use the backend gtk, because the backend qt conflicts with my QML GUI (see:
https://github.com/barche/QML.jl and https://github.com/barche/QML.jl/issues/5 ).
But I get the following e…