# Importing pmdarima using conda in julia

**URL:** https://discourse.julialang.org/t/importing-pmdarima-using-conda-in-julia/47986
**Category:** General Usage
**Created:** [October 8, 2020, 2:16pm UTC](https://discourse.julialang.org/t/importing-pmdarima-using-conda-in-julia/47986 "2020-10-08T14:16:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![musman](https://avatars.discourse-cdn.com/v4/letter/m/53a042/32.png) [@musman](https://discourse.julialang.org/u/musman)
#### Post date: [October 8, 2020, 2:16pm UTC](https://discourse.julialang.org/t/importing-pmdarima-using-conda-in-julia/47986/1 "2020-10-08T14:16:29Z")

</div>

Hi all,

I am using

```julia
Conda.add("pmdarima")

```

command to import pmdarima in julia. However, I am getting the following error:

```julia
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.
