You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll provide more information later - I'm trying to create a MWE, but essentially it fails in init_pointers, saying that PyObject_Call cannot be found, if the julia code is called (via juliacall, with jl.evalfile).
If the same code is started directly from Julia (i.e. simply uses PythonCall), everything works as expected.
This was using various versions of Julia (1.7, 1.8), and various versions of Python (3.7, 3.8)