conda install package_name


但是有时候会提示:


conda install pydot Fetching package metadata ....... Solving package specifications: . PackageNotFoundError: Package not found: '' Package missing in current win-64 channels: - xmltodictYou can search for packages on anaconda.org withanaconda search -t conda xmltodict


输入 anaconda search -t conda xmltodict


Anaconda中的PackagesNotFoundError: The following packages are not available from current channels:


那么执行下面命令进行安装即可:


conda install -c https://conda.anaconda.org/conda-forge xmltodict


参考:

https://www.aliyun.com/jiaocheng/448124.html


相关文章:

  • 2021-04-09
  • 2022-12-23
  • 2021-07-23
  • 2021-04-17
  • 2022-12-23
  • 2022-01-17
  • 2021-07-23
  • 2022-01-17
猜你喜欢
  • 2021-09-17
  • 2021-10-11
  • 2021-03-31
  • 2021-09-09
  • 2022-12-23
相关资源
相似解决方案