-
Hello,
I tried to install rPython following the instructions given in the README file of this GitHub repository. I am using Windows 10, R.3.3.0, Python 2.7 (stored in "C:/Python27").
When running in…
-
As reported by Emilio J. Padrón on Slack (Thank you :pray: :heart: Emilio):
The following Fortran program:
```
program event
use paraconf
use pdi
implicit none
type(pc_tree_t),target :: conf…
-
Fresh install of `PyCall` with `ENV[PYTHON]=""`.
```
julia> using PyCall
INFO: Recompiling stale cache file /home/ubuntu/.julia/lib/v0.5/PyCall.ji for module PyCall.
julia> @pyimport ssl
ERR…
-
See similar isse opened for PyCall:
https://github.com/JuliaPy/PyCall.jl/issues/903
```
from julia import Main
import numba
```
gives:
```
signal (11): Segmentation fault
in expression st…
-
When I type `@pyimport math`, I get this error message:
```
ERROR: could not load module /Library/Frameworks/Python.framework/Versions/Current/bin/python: dlopen(/Library/Frameworks/Python.framework/…
-
In https://github.com/JuliaPy/SymPy.jl/blob/master/src/matrix.jl#L37:
```julia
## This allows abstract arrays of Sym Objects to slip through sympy.meth() calls
PyCall.PyObject(A::AbstractArray{S…
-
**Problem description:**
EXCEPTION_ACCESS_VIOLATION occurs when I call a ScikitLearn python function. Specifically I have the following module called `PyCallTest.jl`. I placed it under some folde…
-
This looks a lot like: https://github.com/JuliaPy/pyjulia/issues/425 . Apologies ahead of time if this is just adding noise.
I'm working on a Jupyter Docker Image, where we previously supported PyJ…
-
I'm getting a segfault when calling Pkg.test("PyCall"). 'using PyCall' then gives no error, but 'using PyPlot' doesn't work. The output of the two problematic functions and versioninfo is below. This …
-
`PyCall.pyimport("matplotlib")` produces:
```
ERROR: PyError (PyImport_ImportModule
The Python package matplotlib could not be imported by pyimport. Usually this means
that you did not install m…