Hi,
I use Julia behind a firewall and since a few days I cannot do Pkg.update() anymore (even with a clean environment with no dependencies) .
The command stalls at 49.9 % and finally times out.
I wonder if this is due to an evolution of
- the antivirus (mcafee web gateway ?)
- the Julia package manager (or storage)
A friend did investigate a bit and reported to me that it may be related to a specific extension of some downloaded file (.tar.zst) that may be problematic for the anti-virus.
He also reported that the Pkg.update() seems to be OK if one uses:
export JULIA_PKG_SERVER=https://staging.pkg.julialang.org
Any hint would be very appreciated ![]()
