
CANNOT UPDATE ANACONDA NAVIGATOR UNSATISFIABLEERROR INSTALL
(crawler) C:\Users\Administrator>pip install pdfplumberĭownloading pdfplumber-0.5.28.tar.gz (45 kB) 我无语了。 UnsatisfiableError: The following specifications were found to be incompatible with each other: 这个 following,你倒是说是啥incompatible啊,这也没说清楚。 尝试1(失败) conda config -append channels conda-forgeĬonda config -set channel_priority false

Output in format: Requested package -> Available versions Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.Ĭollecting package metadata (repodata.json): doneįound conflicts! Looking for incompatible packages. Solving environment: failed with initial frozen solve. (crawler) E:\0-All-vscode-projects\All python projects>conda install pdfplumberĬollecting package metadata (current_repodata.json): done Output in format: Requested package -> Available versions 问题描述 Once for INFO, twice for DEBUG, three times for TRACE.UnsatisfiableError: The following specifications were found to be incompatible with each other:

Suitable for using conda programmatically. Output, Prompt, and Flow Control Options -d, -dry-run Equivalent to setting 'ssl_verify' to 'false'. k, -insecureĪllow conda to perform "insecure" SSL connections and transfers. Use cache of channel index files, even if it has expired. Networking Options -C, -use-index-cache Possible choices: classic, libmamba, libmamba-draftĮXPERIMENTAL. Using this option will usually leave your environment in a broken and inconsistent state. force-remove, -forceįorces removal of a package without removing packages that depend on it. Remove all packages, i.e., the entire environment. Leftmost entries are tried first, and the fallback to repodata.json is added for you automatically. This is used to employ repodata that is reduced in time scope. Conda will try whatever you specify, but will ultimately fall back to repodata.json if your specs are not satisfiable with what you specify here. Specify name of repodata on remote server. override-channelsĭo not search default or. condarc channel_alias value will be prepended. 'defaults' to get the default packages for conda. condarc are searched (unless -override-channels is given). Simply a path like '/home/conda/mychan' or './mychan'). They are given (including local directories using the ' file://' syntax or Channel Customization -c, -channel Additional channel to search for packages. Target Environment Specification -n, -nameįull path to environment location (i.e. This is mainly for use during tests where we test new conda source against old Python versions. Use sys.executable -m conda in wrapper scripts instead of CONDA_EXE. Package names to remove from the environment. Usage : conda remove ] Positional Arguments package_name
