-
When i try to import numpy:
require 'pycall/import'
include PyCall::Import
pyimport 'numpy', as: :np
this give me this error:
DEBUG(find_libpython) find_libpython("C:\\APPL\\Python37\\python.…
-
> a = SymPy.Wild("a")
> ex = log(sin(x)) + tan(sin(x^2))
> replace(ex, (sin(x)).func, a -> sin(2a))
it export errors as following. Do the developers know how to fix it?
PyError ($(Expr(:escape, …
-
Is there a reason there's not an easy way to use Python_jll's Python with PyCall, something like `ENV["PYTHON"]="Python_jll"` or something?
As it stands to get the linking right you can do
```j…
-
Hey,
I encountered the following crash:
```bash
julia> begin
using ImageView
using PyCall
end
julia> begin
pygui_start(:qt5)
…
-
I'm running Python 3.7.3 and Julia 1.1.1 (2019-05-16). I have a virtual environment set up for python and PyCall is unable to import the packages installed there. In addition, when I run
```julia
…
-
I have a python 3.8 environment named *myenv* created using virtualenv that I am attempting to use with PyCall.
The instructions in the readme to interface PyCall with virtual environments is yieldin…
-
Now that #517 is merged, there are a few things remaining to do before we try to move all PyCall users to the new interface.
First, we need to deprecate some more things (probably in a "1.9" releas…
-
Out of sudden my the build of our Julia project on TravisCI https://travis-ci.org/JuliaEnergy/PowerDynamics.jl/builds/598602707 fails, due to PyCall:
```
┌ Error: Error building `PyCall`:
│ PREFIX…
-
We can remove the last empty Hash in the following case in Ruby 2.7 because we can distinguish arguments of Hash and keyword arguments in Ruby 2.7.
```
>> s4 = Pandas::Series.new({c: 100, b: 200, …
-
Something in the past few weeks has made PyPlot unusable. I'm on PyCall v0.4.5, PyPlot v1.2.5, and PySide v0.0.2.
in the julia terminal:
```
julia> using PyPlot
ERROR: PyError (PyImport_ImportModul…