You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Conda.jl automatically tries to install miniconda-windows-latest, it gets 4.8 something.
Conda.jl has specific things it does which seem to expect the version 4.0 directory structure.
I manually downloaded that version and installed it and the Conda.jl proceeded normally and packages, etc seemed to download normally.
The text was updated successfully, but these errors were encountered:
I get a certificate error because of my firewall and curl but I look through the conda.jl code and manually did the steps. Installing the latest doesn’t make a scripts directory and makes an _conda.exe at the root level. So the module never gets a success on the Conda.conda check so constantly tries to reainstall. I went back and grabbed the 4.0.5 version and after it’s install everything proceeded normally.
On Mar 12, 2020, at 7:30 AM, Steven G. Johnson ***@***.***> wrote:
Can you give a specific example of the error message you encountered?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
When Conda.jl automatically tries to install miniconda-windows-latest, it gets 4.8 something.
Conda.jl has specific things it does which seem to expect the version 4.0 directory structure.
I manually downloaded that version and installed it and the Conda.jl proceeded normally and packages, etc seemed to download normally.
The text was updated successfully, but these errors were encountered: