我一直试图安装Poppler使用pdf2image做一些pdf到jpeg转换使用Anaconda提示符。
我试过运行以下程序: conda安装-c conda-forge
然而,它被困在“解决环境”上,什么也没有发生。
我尝试了另一种方法,但它给出了以下错误:
(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.发布于 2019-08-03 13:28:23
在尝试了几种方法之后,最终给出了在这个链接上起作用的东西:https://github.com/QISKit/qiskit-terra/issues/586
我必须手动下载库,使用7-zip软件解锁zip文件夹,并将bin地址添加到环境变量路径中。
发布于 2020-02-21 11:08:38
窗户上的波普尔
https://stackoverflow.com/questions/57330485
复制相似问题