Closed
Description
Affects: JuliaCall
- Check out the current
main
. - Modify
pysrc/juliacall/juliapkg.json
to use the development version of PythonCall.
"packages": {
"PythonCall": {
"uuid": "6099a3de-0909-46bc-b1f4-468b9a2dfc0d",
- "version": "=0.9.15"
+ "path": "../..",
+ "dev": true
}
}
}
- Install
juliacall
locally withpip install .
in the root ofPythonCall.jl
- Open IPython and try to import
juliacall
. This results in the Julia REPL itself opening:
6.a. If I run exit()
in the Julia REPL, both the Julia REPL and Python REPL quit....
6.b. If I use ctrl-D
in the Julia REPL, I go back to the Python REPL and everything seems to be okay.
Any idea?