I am trying to install Poppler with Anaconda.
When I run conda install -c conda-forge poppler
everything freezes
I have tried to run also:
conda install -c conda-forge/label/gcc7 poppler
conda install -c conda-forge/label/broken poppler
conda install -c conda-forge/label/cf201901 poppler
conda install -c conda-forge/label/cf202003 poppler
but I get following:
> PackagesNotFoundError: The following packages are not available from current channels:
- poppler
Current channels:
- https://conda.anaconda.org/conda-forge/label/cf201901/win-64
- https://conda.anaconda.org/conda-forge/label/cf201901/noarch
- 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
and use the search bar at the top of the page.
Not sure what I am supposed to do, any ideas welcomed