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
From the presence of PyIO in the error, I'm guessing you're using JuliaCall from IPython? If so, doing the following may work around the issue:
jl.PythonCall.CONFIG.auto_ipython_display=False
(By default if PythonCall detects you're in IPython, it changes Julia's Base.stdout to point to Python's sys.stdout so that Julia output appears in IPython, but this is a somewhat experimental feature.)
It seems a bit like a bug in Julia though - somewhere some code is assuming that Base.stdout is a certain kind of IO object. Can you please do the following to figure out where the error is (I haven't yet got Python to show the stacktrace of Julia exceptions)?
jl.seval('try; using CellListMap; catch e; (e, stacktrace(catch_backtrace())); end')
I am getting this error when trying to use a development version of a package:
There is no error if using one stable version from the repo:
The text was updated successfully, but these errors were encountered: