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 get the following error and then whatever I'm running Julia on (I've tried this in Jupyter and in terminal) stalls out.
WARNING: both IOExtras and Base export "closewrite"; uses of it in module ConnectionPool must be qualified
WARNING: both IOExtras and Base export "closewrite"; uses of it in module Servers must be qualified
Below are some of my package versions if that's helpful:
Pkg.status("CurricularVisualization")
Status `~/.julia/environments/v1.8/Project.toml`
[fbaee398] CurricularVisualization v0.1.4
Pkg.status("WebIO")
Status `~/.julia/environments/v1.8/Project.toml`
[0f1e0344] WebIO v0.8.20
The text was updated successfully, but these errors were encountered:
Working on Julia 1.8, below is the sample code I'm using and the error.
I get the following error and then whatever I'm running Julia on (I've tried this in Jupyter and in terminal) stalls out.
Below are some of my package versions if that's helpful:
The text was updated successfully, but these errors were encountered: