-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miniconda install fails behind firewall. (Conda install launched by IJulia) #186
Comments
miniconda is now at https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe. |
There are lines at Conda package in file Conda.jl:
I just had to go up the stacktrace. I will edit the line and proceed. |
Ok. Now there are security issues. "next InitializeSecurityContext failed: Unknown error (0x80092012)". That's another issue. |
Download it manually and comment downloading function (at Conda.jl of Conda package):
|
This can be remediated if #197 is merged. |
Hi,
I have an issue at work where we have a firewall. When I add IJulia, launch jupyterlab and say yes to the Conda install, I have the followig error:
Installing manually minicoda in the right location in .julia folder works.
Is there a way to specify firewall information like what is done with .condarc?
Thanks!
Faris
The text was updated successfully, but these errors were encountered: