jjzjj

UnsatisfiableError

全部标签

conda安装软件报兼容性问题的解决 Found conflicts! Looking for incompatible packages.failed.UnsatisfiableError

相关环境lsb_release-aNoLSBmodulesareavailable.DistributorID: UbuntuDescription: Ubuntu20.04.4LTSRelease: 20.04Codename: focalpython-VPython3.9.13whichpython/home/user/miniconda3/bin/pythonconda--versionconda22.9.0通过conda在base环境中安装特定的程序condainstall-cbiocondaA程序报错如下Collectingpackagemetadata(current_repoda

python - conda install python=3.6 UnsatisfiableError

我目前通过AnacondaContinuum安装了Python3.5.2。我正在尝试升级到Python3.6,但是当我尝试运行condainstallpython=3.6时出现以下错误:UnsatisfiableError:Thefollowingspecificationswerefoundtobeinconflict:-enum34->python2.6*|2.7*|3.3*|3.5*-python==3.6.0Use"condainfo"toseethedependenciesforeachpackage.这可能是什么原因? 最佳答案