Conda taking forever to install Jupyter lab

After experiencing extreme flakiness with the Pkg servers a while back, I (and probably many others) added this line to .julia/config/startup.jl

# Disable PKG server for now because it dies trying to download artifacts
ENV["JULIA_PKG_SERVER"]=""

Assuming you’re not on windows, this may help eliminate some of the more pathological behaviour.

2 Likes