(env1) C:\Users\engineer>conda install -c conda-forge pdfplumber
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Note that strict channel priority may have removed packages required for satisfiability.
Я пытаюсь использовать miniconda3 для установки pdfplumber. Я постоянно получаю это сообщение об ошибке и не знаю, как его интерпретировать. [code](env1) C:\Users\engineer>conda install -c conda-forge pdfplumber Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: - Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions Note that strict channel priority may have removed packages required for satisfiability. [/code] Также: [code](env1) C:\Users\engineer>conda info
active environment : env1 active env location : C:\tools\miniconda3\envs\env1 shell level : 2 user config file : C:\Users\engineer\.condarc populated config files : C:\Users\engineer\.condarc conda version : 4.10.3 conda-build version : not installed python version : 3.8.10.final.0 virtual packages : __cuda=10.2=0 __win=0=0 __archspec=1=x86_64 base environment : C:\tools\miniconda3 (writable) conda av data dir : C:\tools\miniconda3\etc\conda conda av metadata url : None channel URLs : https://conda.anaconda.org/conda-forge/win-64 https://conda.anaconda.org/conda-forge/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 package cache : C:\tools\miniconda3\pkgs C:\Users\engineer\.conda\pkgs C:\Users\engineer\AppData\Local\conda\conda\pkgs envs directories : C:\tools\miniconda3\envs C:\Users\engineer\.conda\envs C:\Users\engineer\AppData\Local\conda\conda\envs platform : win-64 user-agent : conda/4.10.3 requests/2.26.0 CPython/3.8.10 Windows/10 Windows/10.0.18363 administrator : False netrc file : None offline mode : False [/code] Использование pip не является вариантом, поскольку он абсолютно не будет работать за моим корпоративным прокси, тогда как miniconda3 будет работать.