Anaconda
ShaoDu
了解图像处理,目标检测,目前专注Java相关领域
展开
-
anaconda python 版本对应关系
anaconda在每次发布新版本的时候都会给python3和python2都发布一个包,版本号是一样的。 假设你想安装python3.6.5,就去下载anaconda3-5.2.0; 假设你想安装python2.7.14,就去下载anaconda2-5.2.0。 下载地址:清华镜像源 转自:https://blog.csdn.net/huanbia/article/details/8357808...转载 2019-03-20 15:47:13 · 1747 阅读 · 0 评论 -
Cannot uninstall 'imageio'. It is a distutils installed project and thus we cannot accurately determ
安装moviepy时出现 Cannot uninstall 'imageio'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. 解决方法:pip in...原创 2019-04-27 20:02:22 · 3659 阅读 · 0 评论