I've been trying to install Poppler to use pdf2image to do some pdf to jpeg conversions using Anaconda Prompt.
I tried running this: conda install -c conda-forge poppler
However, it gets stuck on "Solving Environment" and nothing really happens.
I tried another way but it gave the following error:
(base) C:\Users\taman>conda install -c conda-forge/label/cf201901 poppler
Collecting package metadata (repodata.json): done
Solving environment: failed
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.
conda install -c conda-forge poppler
and it got stuck. Your primary answer is to tryconda install -c conda-forge poppler
. In terms of the question, "How do I write a good answer?", your answer could be improved upon. – Jaw