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
If I add a development dependency to my juliapkg.json, and then import my Python package, the Julia REPL will open. For example, on the pythoncall-try-3 branch of PySR, I modified juliapkg.json as follows:
I thought I fixed this on main a while back. Can you check again? If seems really weird that it would only happen for dev packages. Maybe juliapkg is not getting the version of PythonCall you think it's getting?
Affects: JuliaCall
Describe the bug
If I add a development dependency to my
juliapkg.json
, and then import my Python package, the Julia REPL will open. For example, on thepythoncall-try-3
branch of PySR, I modifiedjuliapkg.json
as follows:I then install PySR and do
import pysr
. This gives me the following:I am able to exit the Julia REPL which returns me to the Python REPL.
I tried with the version of PythonCall.jl in
main
and I still see this issue.The text was updated successfully, but these errors were encountered: