找不到满足需求菜单的版本(来自conda)



我正在使用Windows 10安装了Python版本3.7。现在,我需要使用命令pip install conda,但它显示出错误。我搜索了它,但找不到合适的答案。请帮助。

C:UsersATech>pip install conda
Collecting conda
  Using cached https://files.pythonhosted.org/packages/74/4e/c533c3136427be62c38cc0e038cabf167bb54489c2ced2f6df903c456861/conda-4.3.16.tar.gz
Collecting pycosat>=0.6.1 (from conda)
  Using cached https://files.pythonhosted.org/packages/c0/fd/e38d68774c0a345b0090d608a90f1fbf423970d812f7ec7aef9ac024e648/pycosat-0.6.3.zip
Collecting requests>=2.12.4 (from conda)
  Using cached https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl
Collecting ruamel.yaml>=0.11.14 (from conda)
  Using cached https://files.pythonhosted.org/packages/ae/84/bcd094e5e1c0bfdfc87e31ecb9505b8d46998a9ab3eefc6a7183be3db84d/ruamel.yaml-0.15.88-cp37-cp37m-win32.whl
Collecting menuinst (from conda)
  Could not find a version that satisfies the requirement menuinst (from conda) (from versions: )
No matching distribution found for menuinst (from conda)

检查PYPI conda项目似乎不支持Python 3.7(检查页面的左下方)。软件包只想支持Python 3.6。

编辑

尽管我对您的帖子发表了评论,但如果您错过了它,您应该注意,使用pip install condaeasy_install conda不会将Conda作为独立应用程序。

最新更新