Thank you, from the tutorial of PythonCall.jl, it seems there is no material for this kind of application, It would be helpful if anyone can share some successful experience?
No I have not install all the things, I was thinking there is conda in Julia package, can I install all the things with that conda? and use this library entirely in Julia. I want to train the model with my data in Julia and produce some results in Julia, in other words, I want to use this library without leaving Julia. Thank you very much for your help!
ENV["JULIA_PYTHONCAL_EXE"] = "/usr/local/Caskroom/miniconda/base/envs/confgf/bin/python"
using PythonCall
@py import confgf
but it raised that confgf module not found error, after I tried torch, pandas or other packages installed there, same error,
only re, os this kind of module is ok.
the following code showed that confgf is installed.
Installed /usr/local/Caskroom/miniconda/base/envs/confgf/lib/python3.8/site-packages/confgf-0.1.0-py3.8.egg
Processing dependencies for confgf==0.1.0
Finished processing dependencies for confgf==0.1.0