JuliaPy / Conda.jl

Conda managing Julia binary dependencies
Other
172 stars 57 forks source link

Conda.jl expects directory structure seen in miniconda 4.0, but latest miniconda is much different #176

Open rekabrnalla opened 4 years ago

rekabrnalla commented 4 years ago

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.

stevengj commented 4 years ago

Can you give a specific example of the error message you encountered?

rekabrnalla commented 4 years ago

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.


allan.r.baker@gmail.com

On Mar 12, 2020, at 7:30 AM, Steven G. Johnson notifications@github.com 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.

RoyiAvital commented 4 years ago

Could it be related to my issue on windows?