问题

已经win10下安装完anaconda之后,在新建一个Python虚拟环境的时候出现问题

conda create -n py3.6 python=3.6

报错

==> WARNING: A newer version of conda exists. <==current version: 4.7.12latest version: 4.8.3Please update conda by running$ conda update -n base -c defaults conda

使用报错提示的conda update -n base -c defaults conda解决不了这个问题。期间也尝试过重现安装anaconda也不行。

解决方法

注意对应的conda版本自己修改了。

conda install conda=4.8.3

查看conda信息

conda info

WARNING: A newer version of conda exists.相关推荐

  1. CentOS 6.5 安装 Redis 执行 make #error Newer version of jemalloc required

    为什么80%的码农都做不了架构师?>>>    CentOS 6.5 安装 Redis 执行 make #error "Newer version of jemalloc ...

  2. react 中 Warning A future version of React will block javascript 异常解决

    react 中 Warning A future version of React will block javascript 异常解决 问题描述 <a href="javascrip ...

  3. Python打不开、Python 安装时发生严重错误 “A newer version of the Python launcher is already installed“

    文章目录 Python打不开 正确卸载Python(win 10) 安装Python, "A newer version of the Python launcher is already ...

  4. Typora提示The beta version of typora is expired, please download and install a newer version.解决办法

    大家都知道Typora开始收费了,以前下载的测试版本是不需要收费的. 今天突然打不开了,提示 The beta version of typora is expired, please downloa ...

  5. This beta version of Typora is expired,please download and install a newer version.

    1 Typora的beta版本已经被强制停止使用 众所周知,2021年11月,Typora推出了正式版v1.0,软件从免费改为了收费,价格为¥89,支持三台设备使用.由于囊中羞涩,并且Typora也并 ...

  6. 【Typora】This beta version of Typora is expired, please download and install a newer version.

    一.参考资料 Typora This beta version of Typora is expired, please download and install a newer version.最新 ...

  7. [Typora] This beta version of Typora is expired, please download and install a newer version.

    在使用一段时间 beta 版本 Typora 后,打开 Typora 可能会跳出: This beta version of Typora is expired, please download an ...

  8. Warning! ***HDF5 library version mismatched error***

    这个错误真的是,折磨了我一天. pycharm中遇见了以下这个错误,试了很多办法都没成,后来终于! Warning! ***HDF5 library version mismatched error* ...

  9. This beta version of Typora is expired, please download and install a newer version. 解决方案

    问题描述 今日打开 Typora 软件时,突然报错,提示软件版本已过期,需要安装新版本,如下图所示. 关闭错误提示框后会自动跳转到:https://typora.io/#download. 原因分析: ...

最新文章

  1. 子矩阵(暴搜(全排列)+DP)
  2. svn cleanup failed–previous operation has not finished 解决方法
  3. OpenVINO FPS也可以达100帧
  4. DataGridView 单元格自动填充
  5. python 数据逆时针旋转270度_Python自动耍俄罗斯方块
  6. 计算机应用能力文字录入,2017全国专业技术人员计算机应用能力考试题库-Excel,Word,XP.pdf...
  7. RHEL6 下Cfengine V3 安装测试1
  8. _.uniq_在Ruby中使用Array.compact和Array.uniq方法从Array中移除元素
  9. centos8 安装mysql8.0
  10. html获取url参数值,js获取url中参数值的两种方法
  11. 【华为云技术分享】【Python算法】分类与预测——决策树
  12. libreoj #514. 「LibreOJ β Round #2」模拟只会猜题意
  13. SCRM电商会员管理系统+导购端+商城app+小程序电商+移动端商城+电商web端后台管理+商城前后端系统+移动端商家端+电商app+购物车+订单+商城系统+电商看板+电商后台+优惠券+积分+会员
  14. python list去重并删除某些元素_使用Python实现list(列表)中的重复元素删除,例如: X= [1,1,2,a,a,[1,2,3]] 去重后:X= 「1,2,a,[1,2...
  15. mysql 空间查询_MYSQL空间查询函数
  16. mysql索引失效的原因
  17. (VGG)VERY DEEP CONVOLUTIONAL NETWORKS FOR LARGE-SCALE IMAGE RECOGNITION--Karen Simonyan
  18. mysql数据驱动测试_[ddt02篇]十年测试老鸟帮您解析:ddt结合excel,csv,mysql实现自动化测试数据驱动...
  19. NLP实战之textCNN中文文本分类
  20. 2066服务器芯片组,华硕发布三款LGA2066对应工作站主机板

热门文章

  1. 杨玲 201771010133《面向对象程序设计(java)》第十六周学习总结
  2. 3个要点,教你设计好无限滚屏
  3. 软件测试技术第一次试验之——JUnit的安装与使用
  4. Android java传递int类型数组给C
  5. 1112个人赛,最长回文串常见算法讨论
  6. 利用NTFS流文件隐藏
  7. 对软件测试“核心价值”的思考
  8. magrittr | R语言的管道操作符
  9. substring的用法
  10. python是面向对象还是面向过程的语言_关于python是面向对象还是面向过程的分析...