kailaix / ADCME.jl

Automatic Differentiation Library for Computational and Mathematical Engineering
https://kailaix.github.io/ADCME.jl/latest/
MIT License
286 stars 57 forks source link

PackagesNotFoundError when install ADCME #44

Closed zoumuda closed 4 years ago

zoumuda commented 4 years ago

There is an error when I install ADCME in Julia 1.0. I need help. Thanks.

│ PackagesNotFoundError: The following packages are not available from current channels: │ │ - zip │ │ Current channels: │ │ - https://repo.anaconda.com/pkgs/main/win-64 │ - https://repo.anaconda.com/pkgs/main/noarch │ - https://repo.anaconda.com/pkgs/r/win-64 │ - https://repo.anaconda.com/pkgs/r/noarch │ - https://repo.anaconda.com/pkgs/msys2/win-64 │ - https://repo.anaconda.com/pkgs/msys2/noarch │ │ To search for alternate channels that may provide the conda package you're │ looking for, navigate to

kailaix commented 4 years ago

Are you using Windows? Unfortunately, the current version does not support windows. I’ll add support for the next version.

zoumuda commented 4 years ago

That's good. Thank you.

kailaix commented 4 years ago

Hi @zoumuda , the latest version (0.5.3) now supports Windows. Here is a video how to install and configure it on Windows: https://youtu.be/Vsc_dpyOD6k

zoumuda commented 4 years ago

Hi @zoumuda , the latest version (0.5.3) now supports Windows. Here is a video how to install and configure it on Windows: https://youtu.be/Vsc_dpyOD6k

Thank you so much for you kind help.