PackagesNotFoundError: The following packages are not available from current channels: - python3.6
创建环境输入conda create -n 名字 python3.6,出现通道不匹配的错误,之前未出现过
我就不加python,输入:conda create -n 名字,未出现错误,但显示警告
再输入conda create -n 名字 python=3.6,加了个“=”就成功了