在Spyder中打开一个交互显示如下:
Python 2.7.15 |Anaconda, Inc.| (default, May 1 2018, 18:37:09)[MSC v.1500 64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.
IPython 5.7.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
如您所见,它仍然显示Python 2.7.15。如何更改Spyder使用的Python版本?
答案 0 :(得分:1)
首先,我需要更多信息才能为您提供指导。 您使用的是Windows,Mac还是Linux?
为什么重要?由于Mac和Linux已经具有本机python 2,因此可能会发生冲突。
同样,由于我们在谈论Anaconda,因此它可以作为虚拟环境使用,因此可以包含计算机上不可用的特定库和其他组件,因此您应该直接在其中安装python 3。
答案 1 :(得分:0)
在Anaconda提示符下升级您的python版本
conda update python