-
On OSX building PyCall/PyPlot with Conda version of python, closing a plot hangs julia v0.6.2. Force quit is needed to kill julia. By way of more details, below I added the output from starting with a…
-
Reproduction is https://github.com/samuela/research/blob/87e6e8a5dcc4b33f6b4f998d423e9a87667aa3fd/julia/odecontrol/difftaichi/mass_spring.jl on commit 87e6e8a5dcc4b33f6b4f998d423e9a87667aa3fd. You can…
-
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 passed into …
-
PyCall works nicely for many use cases between Python and Julia. In particular, there is one that could be improved and very important for Data Scientist community. For example, I tried to use it for …
-
The code I have can only be able to run the callback once.
```julia
using PyCall
function solve_callback(data)
println("solve_callback.")
end
rospy = pyimport("rospy")
msg = pyimpor…
-
I cannot convert a `SymPy.jl` integer to Julia (v0.5.2 and v0.6-rc2, 64bit) integer:
```
julia> using SymPy
julia> Int(Sym(1))
ERROR: PyError (PyInt_AsSsize_t)
TypeError('an integer is require…
-
Hi,
I am trying to install the PyCall package in Julia and getting the following error. Does any one has any clues as to how I can resolve it?
Thanks.
julia> Pkg.build("PyCall")
INFO: Build…
-
I ran into a `StackOverflowError` when using symbolic polynomials with SymPy.jl and Polynomials.jl.
The reason seems to be related to arrays of `Sym` and scalars of type `Sym` having different (eleme…
-
When entering IPython REPL for the second time, there is an "Error in the keymap" error after entering any command.
Steps to reproduce:
1. Enter IPython REPL for the first time, issue a command an…
-
I could not figure out why plot in the `Atom` pane is different to pdf output using `savefig`
```julia
using Plots
pyplot()
import PyCall
import PyPlot: matplotlib
PyCall.PyDict(matplotlib["…