Hi all,
I am installing an old project of mine which I had in julia. And I’m installing some packages and can’t install PyPlot. There seems to be a Conda error, which I can’t get rid of.
My python ENV is here:
ENV["PYTHON"] = "/Users/MrTrololord/.julia/conda/3/bin"
If I navigate there and install it manually I get the same error, even with conda config --set ssl_verify false
Thanks for any help!
David