-
```
julia> import PyPlot
ERROR: InitError: PyError (PyImport_ImportModule
The Python package matplotlib could not be found by pyimport. Usually this means
that you did not install matplotlib in …
-
**Revision 0**
I'm able to import pyvisa by following along with the documentation but I'm running into errors when trying to build the object:
```ruby
require 'pycall/import'
include PyCall::Im…
-
with `python conda` I am able to install playwright using this command
```
conda install -c microsoft playwright
```
but when I try to do that with PyCall. It doesn't work and not able to det…
-
**Describe the bug**
I want to manipulate geometry data of node2 from my kgtk file using pygeos (python library)
**To Reproduce**
1. pygeos instalation
2. data definition
[CKG-H4-geo.txt](https…
-
I would like to plot (with PyPlot) an array containing missing values:
```julia
using PyPlot, Missings
d = [missing 1; 2 3]
pcolor(d)
```
Unfortunately, I get the following error with PyCall …
-
I suspect the huge memory usage right now comes from xarray and the opening of huge .nc files with the climate data for each gdir. We should find a way to make this more memory efficient and avoid hav…
-
**Update: see below for error on lastest 1.8-beta3**
During Installation
When trying to install Pytorch deps with GPU support, `pip` kept installing a different PyTorch version in the second com…
-
was working a few days ago, but after an `up`, `build PyCall` fails, with the following build log.
```julia
Collecting package metadata (current_repodata.json): ...working... failed
# >>>>>>>>…
-
MRI (CRuby) has a library to call out to Python called [pycall.rb](https://github.com/mrkn/pycall.rb).
It would be interesting to make this work in GraalVM with TruffleRuby + GraalPython, where we …
-
I am trying to use pandapower in julia with PyCall.jl.
When I do
```julia
julia> using PyCall
julia> pyimport("math")
PyObject
julia> pyimport("os")
PyObject
julia> pyimport("matplotli…