Hi all,
I am using
Conda.add("pmdarima")
command to import pmdarima in julia. However, I am getting the following error:
PackagesNotFoundError: The following packages are not available from current channels:
  - pmdarima
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
    https://anaconda.org
I have imported some other packages from python using conda successfully; however, with pmdarima, I am facing this error that it is not available in the current channels. Can anyone guide how to resolve this issue? Please note that I am using minimaal phyton distribution which is private to julia.