Python Anaconda 重新安装 [英] Python Anaconda reinstall

查看:59
本文介绍了Python Anaconda 重新安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在带有 Anaconda 3.6 的 CPU Linux Mint ubuntu verion 18.3 上有一个有效的深度学习库,但是当我在 Theano 中修修补补时出现了一些问题.

I had a working deep learning library on CPU Linux Mint ubuntu verion 18.3 with Anaconda 3.6 but something got hosed when I was tinkering around in Theano.

https://machinelearningmastery.com/setup-python-environment-machine-learning-deep-learning-anaconda/

一切都很好,直到我想用 KERAS_BACKEND=theano python program.py 修改一些 .py 文件并尝试修复一些在 Theano 中不起作用的东西,我这样做了来自 theano 网站的命令

Everything was working just fine until I wanted to tinker around with a few .py files with KERAS_BACKEND=theano python program.py and in an attempt to fix something not working in Theano, I did this command from the theano website

http://deeplearning.net/software/theano_versions/dev/requirements.html

conda install numpy scipy mkl <狮身人面像><pydot-ng>

不知道我在做什么几乎似乎把所有东西都塞进去了……并安装 Python 2.7 依赖项.谁能给我一个关于如何在 anaconda 3.6 build 中重置我的深度学习库的提示???

Not knowing what I am doing it almost seemed to pooch everything... And install Python 2.7 dependencies. Would anyone be able to give me a tip on how reset my deep learning library in anaconda 3.6 build???

如果我做一个 conda list anaconda$ 它是一个不是故意的自定义构建 2.7!是时候开始学习如何进行虚拟会议了 :)

If I do a conda list anaconda$ its a custom build 2.7 which was not intentional! Time to start learning how to do virtual sessions :)

推荐答案

  1. 阅读有关卸载 Anaconda 的文档https://docs.anaconda.com/anaconda/install/uninstall
  2. 做一个 conda install anaconda-clean
  3. 然后是 anaconda-clean --yes
  4. 然后重新下载 Anaconda 5.2 For Linux Installer 并运行步骤.https://www.anaconda.com/download/#linux

这篇关于Python Anaconda 重新安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆