如何更新 Canopy 的 Python 2.7
how to update Canopy's Python 2.7
from pandas_datareader import data as webdata
mydata = webdata.DataReader("GDPMCA1", "fred")
生成 InsecurePlatformWarning
,如 https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning 所述。所以我需要更新我的 python 2.7 (Win 64)。这曾经是没问题的(只需安装旧的),但我已经切换到使用 Canopy Python 发行版。如何最好地进行? Canopy 是否提供一种简单的方法来更新到其最新支持的 Python 2.7.x?
您需要卸载并重新安装,但如果您愿意,您可以保持软件包集不变。参见这篇文章:https://support.enthought.com/hc/en-us/articles/204469570-Canopy-shows-no-updates-available-reinstalling-from-the-website
from pandas_datareader import data as webdata
mydata = webdata.DataReader("GDPMCA1", "fred")
生成 InsecurePlatformWarning
,如 https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning 所述。所以我需要更新我的 python 2.7 (Win 64)。这曾经是没问题的(只需安装旧的),但我已经切换到使用 Canopy Python 发行版。如何最好地进行? Canopy 是否提供一种简单的方法来更新到其最新支持的 Python 2.7.x?
您需要卸载并重新安装,但如果您愿意,您可以保持软件包集不变。参见这篇文章:https://support.enthought.com/hc/en-us/articles/204469570-Canopy-shows-no-updates-available-reinstalling-from-the-website