Anaconda之问题汇总
1.软件冲突
在使用conda命令安装matplotlib时,出现了大量的冲突和错误,好几页好几页的。
尝试使用了conda-forge参数,最后终于还是安装成功了。
1 | conda install -c conda-forge matplotlib |
参考文章:
1.ImportError: No module named ‘matplotlib’ — Using Anaconda tensorflow environment (这篇文章中有加conda-forge参数的方法安装)
2.Anaconda安装Tensorflow以及Matplotlib 以及错误:RuntimeError: module compiled against API version a but this v (这篇文章中,有一个安装顺序的问题)
3.由于软件包冲突,无法使用conda安装底图1.2.1,该如何解决?
4.附录C:conda相关命令
1.ImportError: No module named ‘matplotlib’ — Using Anaconda tensorflow environment (这篇文章中有加conda-forge参数的方法安装)
2.Anaconda安装Tensorflow以及Matplotlib 以及错误:RuntimeError: module compiled against API version a but this v (这篇文章中,有一个安装顺序的问题)
3.由于软件包冲突,无法使用conda安装底图1.2.1,该如何解决?
4.附录C:conda相关命令
2.The following packages are not available from current channels
3.Your shell has not been properly configured to use ‘conda activate’
当我在windows上执行创建环境的时候,出现了这个问题。
【解决方案】
命令行执行 conda init, 然后重启命令行。