Questions tagged [pycall.jl]
5 questions
6
votes
2 answers
How to convert Pandas DataFrame to Julia DataFrame.jl
I have not been able to find a way to convert my 30,000 x 1,000 Pandas.jl String DataFrame into a DataFrames.jl DataFrame. I have attempted previous stackoverflow solutions but they have not worked. I would like to know what the best way is to…

Jack N
- 324
- 2
- 14
3
votes
1 answer
Cannot install PyCall.jl with Julia 1.6.3 build on FreeBSD 13
I am trying to install PyCall.jl but I get an error. I have installed (bulit) Python 3.10 in the FreeBSD 13. I also, have separately created a python 3.10 virtual environment on the OS from which, I intend to call python packages from. The error…

Alain Michael Janith Schroter
- 625
- 1
- 5
- 26
2
votes
0 answers
Julia Conda : Not a Conda environment error
I want to run python from julia using PyCall and Conda.jl. Once I added Conda to one of julia environments, a conda environment was automatically created,
(base) ➜ ~ conda info --envs
# Out >
…

imantha
- 2,676
- 4
- 23
- 46
0
votes
0 answers
Import CuCim in Julia using PyCall
I am trying to load cucim.CuImage using PyCall.jl, but I CuImage is not exported from
cucim = pyimport("cucim")
cucim.CuImage("image.tif")
#ERROR: KeyError: key :CuImage not found
Any help is appreciated!

PPenton
- 25
- 5
0
votes
1 answer
PyPlot problems when building with Julia
I am having problems building PyCall in Julia (I am using a Mac). I have the message:
julia> Pkg.build("PyCall")
Building Conda ─→ ~/.julia/packages/Conda/3rPhK/deps/build.log
Building PyCall → ~/.julia/packages/PyCall/BcTLp/deps/build.log
┌ Error:…

ymg
- 13
- 2