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
After a fresh installation of Ubuntu 22.04, I found Julia constantly throws an error related to downloads. It affects functionalities of numerous packages, including Plots. I intensively use Julia and Plots.jl, and hope it can fix soon.
I installed julia binary or build julia manually, the error still occurs.
I removed ~/.julia folder, and run the following commands:
Even with those errors, installation of Plots.jl will complete. However, Plots cannot pass its test (pkg> test Plots), showing the same error (FDWatcher: bad file descriptor)
The text was updated successfully, but these errors were encountered:
cihga39871
changed the title
wait() throws IOError for freshly installed Linux: FDWatcher: bad file descriptor
Package installation error for freshly installed Linux: wait(): IOError: FDWatcher: bad file descriptor
Jun 13, 2022
Hi,
After a fresh installation of Ubuntu 22.04, I found Julia constantly throws an error related to downloads. It affects functionalities of numerous packages, including Plots. I intensively use Julia and Plots.jl, and hope it can fix soon.
I installed julia binary or build julia manually, the error still occurs.
I removed
~/.julia
folder, and run the following commands:The version info:
Curl version:
Even with those errors, installation of Plots.jl will complete. However, Plots cannot pass its test (
pkg> test Plots
), showing the same error (FDWatcher: bad file descriptor)The text was updated successfully, but these errors were encountered: