-
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
Endless miniconda install loop #79
Comments
I'm also having this issue. First when I try using PyPlot I get the error:
I am using julia 0.5.0 via Juno for JuliaPro0.50.5 |
This problem is still outstanding. I saw this on friend's computer running Windows 10. We downloaded Julia 0.62 and proceeded to install IJulia when we came across this problem. It is blocker for a novice and we are thinking now that the only alternative in to install on the Linux subsystem of windows. |
Presumably it is some network or firewall problem with your machine? The simplest alternative would be to download Matplotlib yourself, e.g. by installing Anaconda Python manually. |
so,who knows how to solve such problem? |
Any updates here? |
It is still a problem on Windows 10:
|
I think I found a way to solve the issue. The workaround is use a pre-existing Conda installation, to prevent the Conda Julia module to try to install a new Conda ("Installing miniconda..."). I'm using Windows 10. In the end, you have to make sure that, in Julia, after you load the Conda.jl module ("using Conda"), the command 1. Install conda or miniconda on your computer. Here are the official docs: https://docs.conda.io/projects/conda/en/latest/user-guide/install/ 2. Open the Anaconda Prompt and create a new environment with the following command:
The "conda" at the end will make sure the Conda.exe file exists in this new environment. 3. In Julia, run the following commands:
Another way is to add to your startup.jl file the following command:
4. Close and open Julia. Check if the following commands work:
Done. |
I just installed on Windows 10 with no problem, so it would be nice to know what is causing the failure on some machines. |
I STILL have problem! Anybody please help me out! |
I tried but I still get false from isfile(Conda.conda) |
Just ran the same commands this time with admin rights! And it worked
|
move from here: JuliaPy/PyCall.jl#379
seems something wired happens in C:\JuliaPro-0.5.2.2\pkgs-0.5.2.2\v0.5\Conda\src\conda.jl, around line 186:
I checked the install.exe downloaded, it can be installed manually.
C:\JuliaPro-0.5.2.2\pkgs-0.5.2.2\v0.5\Conda\deps\usr>installer.exe /AddToPath=0 /RegisterPython=0 /D="C:\JuliaPro-0.5.2.2\pkgs-0.5.2.2\v0.5\Conda\deps\usr".
Then re-run Pkg.build("PyCall"), the miniconda download-install loop can be bypassed.
The text was updated successfully, but these errors were encountered: