Error installing Makie.jl - can't connect to download isoband

Getting an error during install that it cannot add package isoband. Looks like connection issues but it downloaded the prior packages just fine. Running on M1 Mac.

pkg> add GLMakie
   Resolving package versions...
  Downloaded artifact: isoband
  Downloaded artifact: isoband
ERROR: Unable to automatically download/install artifact 'isoband' from sources listed in '/Users/bryan/.julia/packages/isoband_jll/yAVhA/Artifacts.toml'.
Sources attempted:
- https://pkg.julialang.org/artifact/13fecb3016b65f528492cb08740e27719d952001
    Error: RequestError: Failed to connect to pkg.julialang.org port 443 after 12 ms: Couldn't connect to server while requesting https://pkg.julialang.org/artifact/13fecb3016b65f528492cb08740e27719d952001
- https://github.com/JuliaBinaryWrappers/isoband_jll.jl/releases/download/isoband-v0.2.3+0/isoband.v0.2.3.aarch64-apple-darwin.tar.gz
    Error: RequestError: Failed to connect to github.com port 443 after 57 ms: Couldn't connect to server while requesting https://github.com/JuliaBinaryWrappers/isoband_jll.jl/releases/download/isoband-v0.2.3+0/isoband.v0.2.3.aarch64-apple-darwin.tar.gz

When I hit the URL in my browser it downloads just fine.

Is there a proxy involved?

Not that I have setup on my machine or network.

Got this fixed. Somehow the .CondaPkgs folder that PyCall installs was causing this.