<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Spyder - イチゾーのブログ</title>
	<atom:link href="https://ichizo.biz/tag/spyder/feed" rel="self" type="application/rss+xml" />
	<link>https://ichizo.biz</link>
	<description>システム開発やWordPressについてなど</description>
	<lastBuildDate>Wed, 18 Jan 2017 09:10:05 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
<site xmlns="com-wordpress:feed-additions:1">120380898</site>	<item>
		<title>Spyderをアップデートしたらすぐに新しいアップデートが来たので再度アップデート</title>
		<link>https://ichizo.biz/2017/01/18/update-spyder-2.html</link>
					<comments>https://ichizo.biz/2017/01/18/update-spyder-2.html?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[一蔵]]></dc:creator>
		<pubDate>Wed, 18 Jan 2017 09:10:05 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Anaconda]]></category>
		<category><![CDATA[Spyder]]></category>
		<guid isPermaLink="false">http://ichizo.biz/?p=120</guid>

					<description><![CDATA[<p>PythonのIDE「Spyder」をアップデートついでにA [&#8230;]</p>
<p>The post <a href="https://ichizo.biz/2017/01/18/update-spyder-2.html">Spyderをアップデートしたらすぐに新しいアップデートが来たので再度アップデート</a> first appeared on <a href="https://ichizo.biz">イチゾーのブログ</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://ichizo.biz/2017/01/18/update-spyder.html">PythonのIDE「Spyder」をアップデートついでにAnacondaも</a>で<br />
Spyderをアップデートしました。</p>
<p>これで度々出ていたバージョン3.0.2にアップデートできました。</p>
<p>で、再度Spyderを立ち上げると、また出たのです。<br />
アップデート通知ウィンドウが。</p>
<p><a href="http://ichizo.biz/wp-content/uploads/2017/01/04アップデート通知.png"><img fetchpriority="high" decoding="async" data-attachment-id="121" data-permalink="https://ichizo.biz/2017/01/18/update-spyder-2.html/04%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88%e9%80%9a%e7%9f%a5" data-orig-file="https://ichizo.biz/wp-content/uploads/2017/01/04アップデート通知.png" data-orig-size="502,240" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="04Spyderアップデート通知" data-image-description="" data-image-caption="" data-medium-file="https://ichizo.biz/wp-content/uploads/2017/01/04アップデート通知-300x143.png" data-large-file="https://ichizo.biz/wp-content/uploads/2017/01/04アップデート通知.png" src="http://ichizo.biz/wp-content/uploads/2017/01/04アップデート通知.png" alt="" width="502" height="240" class="alignnone size-full wp-image-121" srcset="https://ichizo.biz/wp-content/uploads/2017/01/04アップデート通知.png 502w, https://ichizo.biz/wp-content/uploads/2017/01/04アップデート通知-300x143.png 300w" sizes="(max-width: 502px) 100vw, 502px" /></a></p>
<p>今度は、「Releases」のリンクをクリックするとWEBページが開きます。</p>
<p>そこには、アップデートの方法が書かれています。</p>
<pre class="lang:python decode:true " >
conda update qt pyqt
conda update spyder
</pre>
<p>Spyderを一旦閉じて、上記のコマンドを実行します。</p>
<pre class="lang:python decode:true " >
&gt;conda update qt pyqt
Fetching package metadata ...........
Solving package specifications: .

# All requested packages already installed.
# packages in environment at e:\Anaconda3:
#


&gt;
</pre>
<p>qt、pyqtについてはアップデートはないようです。</p>
<p>（さっきアップデートしたばっかりですから）</p>
<p>Spyderのアップデートを実行します。</p>
<pre class="lang:python decode:true " >
&gt;conda update spyder
Fetching package metadata ...........
Solving package specifications: .

# All requested packages already installed.
# packages in environment at e:\Anaconda3:
#
spyder                    3.0.2                    py35_0

&gt;</pre>
<p>ん？アップデートない？</p>
<p>pipでやってみます。</p>
<pre class="lang:python decode:true " >
&gt;pip install -U spyder
Collecting spyder
  Downloading spyder-3.1.0-py3-none-any.whl (3.4MB)
    100% |################################| 3.4MB 92kB/s
Collecting numpydoc (from spyder)
  Downloading numpydoc-0.6.0.tar.gz
Requirement already up-to-date: qtawesome&gt;=0.4.1 in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: chardet&gt;=2.0.0 in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: pickleshare in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: sphinx in e:\anaconda3\lib\site-packages\sphinx-1.5.1-py3.5.egg (from spyder)
Requirement already up-to-date: jedi in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: qtconsole&gt;=4.2.0 in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: qtpy&gt;=1.1.0 in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: pylint in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: psutil in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: rope-py3k in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: pyzmq in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: nbconvert in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: pygments&gt;=2.0 in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: pyflakes in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: pep8 in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: six in e:\anaconda3\lib\site-packages (from qtawesome&gt;=0.4.1-&gt;spyder)
Requirement already up-to-date: Jinja2&gt;=2.3 in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Requirement already up-to-date: docutils&gt;=0.11 in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Requirement already up-to-date: snowballstemmer&gt;=1.1 in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Requirement already up-to-date: babel!=2.0,&gt;=1.3 in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Requirement already up-to-date: alabaster&lt;0.8,&gt;=0.7 in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Requirement already up-to-date: imagesize in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Requirement already up-to-date: requests in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Requirement already up-to-date: colorama&gt;=0.3.5 in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Requirement already up-to-date: bleach in e:\anaconda3\lib\site-packages (from nbconvert-&gt;spyder)
Requirement already up-to-date: testpath in e:\anaconda3\lib\site-packages (from nbconvert-&gt;spyder)
Requirement already up-to-date: mistune!=0.6 in e:\anaconda3\lib\site-packages (from nbconvert-&gt;spyder)
Requirement already up-to-date: entrypoints&gt;=0.2.2 in e:\anaconda3\lib\site-packages (from nbconvert-&gt;spyder)
Requirement already up-to-date: traitlets&gt;=4.2 in e:\anaconda3\lib\site-packages (from nbconvert-&gt;spyder)
Requirement already up-to-date: nbformat in e:\anaconda3\lib\site-packages (from nbconvert-&gt;spyder)
Requirement already up-to-date: pandocfilters&gt;=1.4.1 in e:\anaconda3\lib\site-packages (from nbconvert-&gt;spyder)
Requirement already up-to-date: jupyter-core in e:\anaconda3\lib\site-packages (from nbconvert-&gt;spyder)
Requirement already up-to-date: MarkupSafe&gt;=0.23 in e:\anaconda3\lib\site-packages (from Jinja2&gt;=2.3-&gt;sphinx-&gt;spyder)
Requirement already up-to-date: pytz&gt;=0a in e:\anaconda3\lib\site-packages (from babel!=2.0,&gt;=1.3-&gt;sphinx-&gt;spyder)
Requirement already up-to-date: html5lib!=0.9999,!=0.99999,&lt;0.99999999,&gt;=0.999 in e:\anaconda3\lib\site-packages (from bleach-&gt;nbconvert-&gt;spyder)
Building wheels for collected packages: numpydoc
  Running setup.py bdist_wheel for numpydoc ... done
  Stored in directory: C:\Users\hoge\AppData\Local\pip\Cache\wheels\9d\ca\8c\9be286b195791bbbfebfd407899de13eb12725a2c2c9fdb36f
Successfully built numpydoc
Installing collected packages: numpydoc, spyder
  Found existing installation: spyder 3.0.2
    DEPRECATION: Uninstalling a distutils installed project (spyder) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling spyder-3.0.2:
      Successfully uninstalled spyder-3.0.2
Successfully installed numpydoc-0.6.0 spyder-3.1.0

&gt;
</pre>
<p>Spyderの3.1.0 来ました。</p>
<p><a href="http://ichizo.biz/wp-content/uploads/2017/01/05Spyderについて_バージョンアップ成功.png"><img decoding="async" data-attachment-id="122" data-permalink="https://ichizo.biz/2017/01/18/update-spyder-2.html/05spyder%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6_%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3%e3%82%a2%e3%83%83%e3%83%97%e6%88%90%e5%8a%9f" data-orig-file="https://ichizo.biz/wp-content/uploads/2017/01/05Spyderについて_バージョンアップ成功.png" data-orig-size="502,407" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Spyderについて_バージョンアップ成功" data-image-description="" data-image-caption="" data-medium-file="https://ichizo.biz/wp-content/uploads/2017/01/05Spyderについて_バージョンアップ成功-300x243.png" data-large-file="https://ichizo.biz/wp-content/uploads/2017/01/05Spyderについて_バージョンアップ成功.png" src="http://ichizo.biz/wp-content/uploads/2017/01/05Spyderについて_バージョンアップ成功.png" alt="" width="502" height="407" class="alignnone size-full wp-image-122" srcset="https://ichizo.biz/wp-content/uploads/2017/01/05Spyderについて_バージョンアップ成功.png 502w, https://ichizo.biz/wp-content/uploads/2017/01/05Spyderについて_バージョンアップ成功-300x243.png 300w" sizes="(max-width: 502px) 100vw, 502px" /></a></p><p>The post <a href="https://ichizo.biz/2017/01/18/update-spyder-2.html">Spyderをアップデートしたらすぐに新しいアップデートが来たので再度アップデート</a> first appeared on <a href="https://ichizo.biz">イチゾーのブログ</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ichizo.biz/2017/01/18/update-spyder-2.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">120</post-id>	</item>
		<item>
		<title>PythonのIDE「Spyder」をアップデートついでにAnacondaも</title>
		<link>https://ichizo.biz/2017/01/18/update-spyder.html</link>
					<comments>https://ichizo.biz/2017/01/18/update-spyder.html?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[一蔵]]></dc:creator>
		<pubDate>Wed, 18 Jan 2017 07:54:52 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Anaconda]]></category>
		<category><![CDATA[Spyder]]></category>
		<guid isPermaLink="false">http://ichizo.biz/?p=111</guid>

					<description><![CDATA[<p>非常に重宝しているPythonのパッケージであるAnacon [&#8230;]</p>
<p>The post <a href="https://ichizo.biz/2017/01/18/update-spyder.html">PythonのIDE「Spyder」をアップデートついでにAnacondaも</a> first appeared on <a href="https://ichizo.biz">イチゾーのブログ</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>非常に重宝しているPythonのパッケージであるAnacondaに同梱されている<br />
Spyderを開発環境として利用させてもらっています。</p>
<p>作成しているプログラムがWEBアプリとかではなく<br />
スクリプトで実行させるものなので<br />
Spyderはコーディングと実行が手軽にできて<br />
便利に使用しています。</p>
<p>そのSpyderですが、アップデート通知が表示されます。<br />
こんなやつです。<br />
<a href="http://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知.png"><img decoding="async" data-attachment-id="112" data-permalink="https://ichizo.biz/2017/01/18/update-spyder.html/01%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88%e9%80%9a%e7%9f%a5" data-orig-file="https://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知.png" data-orig-size="502,203" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Spyderアップデート通知" data-image-description="" data-image-caption="" data-medium-file="https://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知-300x121.png" data-large-file="https://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知.png" src="http://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知.png" alt="" width="502" height="203" class="alignnone size-full wp-image-112" srcset="https://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知.png 502w, https://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知-300x121.png 300w" sizes="(max-width: 502px) 100vw, 502px" /></a></p>
<p>「Releases」とか「Installation」とかのリンクをクリックしてみても何も起きません。<br />
「OK」ボタンも反応しません。</p>
<p>仕方がないので右上の「×」ボタンで閉じるのですが、<br />
よく使うSpyderなので、バージョンアップしておこうと思ったので、<br />
バージョンアップ方法をメモしておきます。</p>
<p>まず、Spyderを開いている場合、念のため閉じておきます。</p>
<p>アップデートは、コマンドプロンプトを開いて以下のコマンドを実行します。</p>
<pre class="lang:python decode:true " >
pip install --upgrade spyder
</pre>
<p>アップデートが実行されます。<br />
私のパソコンは低スペックのためか、結構時間がかかりました。</p>
<pre class="lang:python decode:true " >
&gt;pip install --upgrade spyder
Collecting spyder
  Downloading spyder-3.0.2-py3-none-any.whl (3.4MB)
    100% |################################| 3.4MB 92kB/s
Collecting qtawesome (from spyder)
  Downloading QtAwesome-0.4.1-py2.py3-none-any.whl (150kB)
    100% |################################| 153kB 480kB/s
Collecting nbconvert (from spyder)
  Downloading nbconvert-5.0.0-py2.py3-none-any.whl (371kB)
    100% |################################| 378kB 239kB/s
Collecting pyzmq (from spyder)
  Downloading pyzmq-16.0.2-cp35-cp35m-win_amd64.whl (917kB)
    100% |################################| 921kB 135kB/s
Collecting psutil (from spyder)
  Downloading psutil-5.0.1-cp35-cp35m-win_amd64.whl (181kB)
    100% |################################| 184kB 211kB/s
Requirement already up-to-date: pickleshare in e:\anaconda3\lib\site-packages (from spyder)
Collecting sphinx (from spyder)
  Downloading Sphinx-1.5.1-py2.py3-none-any.whl (1.6MB)
    100% |################################| 1.6MB 167kB/s
Requirement already up-to-date: rope-py3k in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: jedi in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: pygments&gt;=2.0 in e:\anaconda3\lib\site-packages (from spyder)
Collecting pyflakes (from spyder)
  Downloading pyflakes-1.5.0-py2.py3-none-any.whl (225kB)
    100% |################################| 225kB 361kB/s
Collecting pylint (from spyder)
  Downloading pylint-1.6.4-py2.py3-none-any.whl (569kB)
    100% |################################| 573kB 288kB/s
Collecting qtpy&gt;=1.1.0 (from spyder)
  Downloading QtPy-1.2.0-py2.py3-none-any.whl
Requirement already up-to-date: qtconsole&gt;=4.2.0 in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: pep8 in e:\anaconda3\lib\site-packages (from spyder)
Requirement already up-to-date: six in e:\anaconda3\lib\site-packages (from qtawesome-&gt;spyder)
Collecting nbformat (from nbconvert-&gt;spyder)
  Downloading nbformat-4.2.0-py2.py3-none-any.whl (153kB)
    100% |################################| 153kB 446kB/s
Collecting pandocfilters&gt;=1.4.1 (from nbconvert-&gt;spyder)
  Downloading pandocfilters-1.4.1.tar.gz
Collecting jinja2 (from nbconvert-&gt;spyder)
  Downloading Jinja2-2.9.4-py2.py3-none-any.whl (274kB)
    100% |################################| 276kB 371kB/s
Collecting traitlets&gt;=4.2 (from nbconvert-&gt;spyder)
  Downloading traitlets-4.3.1-py2.py3-none-any.whl (74kB)
    100% |################################| 81kB 441kB/s
Collecting jupyter-core (from nbconvert-&gt;spyder)
  Downloading jupyter_core-4.2.1-py2.py3-none-any.whl (125kB)
    100% |################################| 133kB 382kB/s
Collecting testpath (from nbconvert-&gt;spyder)
  Downloading testpath-0.3-py2.py3-none-any.whl (82kB)
    100% |################################| 92kB 395kB/s
Requirement already up-to-date: mistune!=0.6 in e:\anaconda3\lib\site-packages (from nbconvert-&gt;spyder)
Collecting bleach (from nbconvert-&gt;spyder)
  Downloading bleach-1.5.0-py2.py3-none-any.whl
Collecting entrypoints&gt;=0.2.2 (from nbconvert-&gt;spyder)
  Downloading entrypoints-0.2.2-py2.py3-none-any.whl
Collecting docutils&gt;=0.11 (from sphinx-&gt;spyder)
  Downloading docutils-0.13.1-py3-none-any.whl (536kB)
    100% |################################| 542kB 281kB/s
Requirement already up-to-date: imagesize in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Requirement already up-to-date: colorama&gt;=0.3.5; sys_platform == "win32" in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Requirement already up-to-date: babel!=2.0,&gt;=1.3 in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Collecting requests (from sphinx-&gt;spyder)
  Downloading requests-2.12.4-py2.py3-none-any.whl (576kB)
    100% |################################| 583kB 204kB/s
Requirement already up-to-date: alabaster&lt;0.8,&gt;=0.7 in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Requirement already up-to-date: snowballstemmer&gt;=1.1 in e:\anaconda3\lib\site-packages (from sphinx-&gt;spyder)
Collecting mccabe (from pylint-&gt;spyder)
  Downloading mccabe-0.5.3-py2.py3-none-any.whl
Collecting astroid&lt;1.5.0,&gt;=1.4.5 (from pylint-&gt;spyder)
  Downloading astroid-1.4.9-py2.py3-none-any.whl (213kB)
    100% |################################| 215kB 220kB/s
Collecting isort&gt;=4.2.5 (from pylint-&gt;spyder)
  Downloading isort-4.2.5-py2.py3-none-any.whl (40kB)
    100% |################################| 40kB 372kB/s
Requirement already up-to-date: jsonschema!=2.5.0,&gt;=2.4 in e:\anaconda3\lib\site-packages (from nbformat-&gt;nbconvert-&gt;spyder)
Requirement already up-to-date: ipython-genutils in e:\anaconda3\lib\site-packages (from nbformat-&gt;nbconvert-&gt;spyder)
Requirement already up-to-date: MarkupSafe&gt;=0.23 in e:\anaconda3\lib\site-packages (from jinja2-&gt;nbconvert-&gt;spyder)
Collecting decorator (from traitlets&gt;=4.2-&gt;nbconvert-&gt;spyder)
  Downloading decorator-4.0.11-py2.py3-none-any.whl
Collecting html5lib!=0.9999,!=0.99999,&lt;0.99999999,&gt;=0.999 (from bleach-&gt;nbconvert-&gt;spyder)
  Downloading html5lib-0.9999999.tar.gz (889kB)
    100% |################################| 890kB 146kB/s
Collecting pytz&gt;=0a (from babel!=2.0,&gt;=1.3-&gt;sphinx-&gt;spyder)
  Downloading pytz-2016.10-py2.py3-none-any.whl (483kB)
    100% |################################| 491kB 199kB/s
Collecting lazy-object-proxy (from astroid&lt;1.5.0,&gt;=1.4.5-&gt;pylint-&gt;spyder)
  Downloading lazy_object_proxy-1.2.2-cp35-cp35m-win_amd64.whl
Collecting wrapt (from astroid&lt;1.5.0,&gt;=1.4.5-&gt;pylint-&gt;spyder)
  Downloading wrapt-1.10.8.tar.gz
Building wheels for collected packages: pandocfilters, html5lib, wrapt
  Running setup.py bdist_wheel for pandocfilters ... done
  Stored in directory: C:\Users\hoge\AppData\Local\pip\Cache\wheels\d4\01\68\49055c80b9f01ccb49241e73c8019628605064730941d70b56
  Running setup.py bdist_wheel for html5lib ... done
  Stored in directory: C:\Users\hoge\AppData\Local\pip\Cache\wheels\6f\85\6c\56b8e1292c6214c4eb73b9dda50f53e8e977bf65989373c962
  Running setup.py bdist_wheel for wrapt ... done
  Stored in directory: C:\Users\hoge\AppData\Local\pip\Cache\wheels\19\8a\01\20cf74c3f38d49ef8e9b9aa7ffd38cefff79bad9f6f2c651f0
Successfully built pandocfilters html5lib wrapt
Installing collected packages: qtpy, qtawesome, decorator, traitlets, jupyter-core, nbformat, pandocfilters, jinja2, testpath, html5lib, bleach, entrypoints, nbconvert, pyzmq, psutil, docutils, requests, sphinx, pyflakes, mccabe, lazy-object-proxy, wrapt, astroid, isort, pylint, spyder, pytz
  Found existing installation: QtPy 1.1.2
    Uninstalling QtPy-1.1.2:
      Successfully uninstalled QtPy-1.1.2
  Found existing installation: QtAwesome 0.3.3
    Uninstalling QtAwesome-0.3.3:
      Successfully uninstalled QtAwesome-0.3.3
  Found existing installation: decorator 4.0.10
    Uninstalling decorator-4.0.10:
      Successfully uninstalled decorator-4.0.10
  Found existing installation: traitlets 4.3.0
    DEPRECATION: Uninstalling a distutils installed project (traitlets) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling traitlets-4.3.0:
      Successfully uninstalled traitlets-4.3.0
  Found existing installation: jupyter-core 4.2.0
    DEPRECATION: Uninstalling a distutils installed project (jupyter-core) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling jupyter-core-4.2.0:
      Successfully uninstalled jupyter-core-4.2.0
  Found existing installation: nbformat 4.1.0
    DEPRECATION: Uninstalling a distutils installed project (nbformat) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling nbformat-4.1.0:
      Successfully uninstalled nbformat-4.1.0
  Found existing installation: Jinja2 2.8
    Uninstalling Jinja2-2.8:
      Successfully uninstalled Jinja2-2.8
  Found existing installation: nbconvert 4.2.0
    DEPRECATION: Uninstalling a distutils installed project (nbconvert) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling nbconvert-4.2.0:
      Successfully uninstalled nbconvert-4.2.0
  Found existing installation: pyzmq 15.4.0
    DEPRECATION: Uninstalling a distutils installed project (pyzmq) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling pyzmq-15.4.0:
      Successfully uninstalled pyzmq-15.4.0
  Found existing installation: psutil 4.3.1
    DEPRECATION: Uninstalling a distutils installed project (psutil) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling psutil-4.3.1:
      Successfully uninstalled psutil-4.3.1
  Found existing installation: docutils 0.12
    DEPRECATION: Uninstalling a distutils installed project (docutils) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling docutils-0.12:
      Successfully uninstalled docutils-0.12
  Found existing installation: requests 2.11.1
    Uninstalling requests-2.11.1:
      Successfully uninstalled requests-2.11.1
  Found existing installation: sphinx 1.4.6
Cannot remove entries from nonexistent file e:\anaconda3\lib\site-packages\easy-install.pth

&gt;
</pre>
<p>アップデート完了後、Spyderを立ち上げます。</p>
<p>あれ、まだ表示される・・・。<br />
<a href="http://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知.png"><img decoding="async" data-attachment-id="112" data-permalink="https://ichizo.biz/2017/01/18/update-spyder.html/01%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88%e9%80%9a%e7%9f%a5" data-orig-file="https://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知.png" data-orig-size="502,203" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Spyderアップデート通知" data-image-description="" data-image-caption="" data-medium-file="https://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知-300x121.png" data-large-file="https://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知.png" src="http://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知.png" alt="" width="502" height="203" class="alignnone size-full wp-image-112" srcset="https://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知.png 502w, https://ichizo.biz/wp-content/uploads/2017/01/01アップデート通知-300x121.png 300w" sizes="(max-width: 502px) 100vw, 502px" /></a></p>
<p>バージョンを表記させると、変わっていない・・・。<br />
<a href="http://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて.png"><img loading="lazy" decoding="async" data-attachment-id="113" data-permalink="https://ichizo.biz/2017/01/18/update-spyder.html/02spyder%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6" data-orig-file="https://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて.png" data-orig-size="502,407" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="02Spyderについて" data-image-description="" data-image-caption="" data-medium-file="https://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて-300x243.png" data-large-file="https://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて.png" src="http://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて.png" alt="" width="502" height="407" class="alignnone size-full wp-image-113" srcset="https://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて.png 502w, https://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて-300x243.png 300w" sizes="auto, (max-width: 502px) 100vw, 502px" /></a></p>
<p>調べてみると、Spyder単体のみではなく、<br />
<a href="http://mumu.jpn.ph/forest/computer/2016/03/10/2761/" target="_blank">Anacondaそのものをアップデートする</a>というものがありました。</p>
<p>やってみます。</p>
<pre class="lang:python decode:true " >
&gt;conda update conda
Fetching package metadata .........
Solving package specifications: ..........

Package plan for installation in environment e:\Anaconda3:

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    conda-env-2.6.0            |                0          498 B
    requests-2.12.4            |           py35_0         791 KB
    pyopenssl-16.2.0           |           py35_0          70 KB
    conda-4.3.4                |           py35_0         534 KB
    ------------------------------------------------------------
                                           Total:         1.4 MB

The following NEW packages will be INSTALLED:

    conda-env: 2.6.0-0

The following packages will be UPDATED:

    conda:     4.2.9-py35_0  --&gt; 4.3.4-py35_0
    pyopenssl: 16.0.0-py35_0 --&gt; 16.2.0-py35_0
    requests:  2.11.1-py35_0 --&gt; 2.12.4-py35_0

Proceed ([y]/n)? y

Fetching packages ...
conda-env-2.6. 100% |###############################| Time: 0:00:00  99.39 kB/s
requests-2.12. 100% |###############################| Time: 0:00:00   1.40 MB/s
pyopenssl-16.2 100% |###############################| Time: 0:00:00   1.84 MB/s
conda-4.3.4-py 100% |###############################| Time: 0:00:00   1.45 MB/s
Extracting packages ...
[      COMPLETE      ]|##################################################| 100%
Unlinking packages ...
[      COMPLETE      ]|##################################################| 100%
Linking packages ...
[      COMPLETE      ]|##################################################| 100%

&gt;
</pre>
<p>これでも変わりません・・・。<br />
<a href="http://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて.png"><img loading="lazy" decoding="async" data-attachment-id="113" data-permalink="https://ichizo.biz/2017/01/18/update-spyder.html/02spyder%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6" data-orig-file="https://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて.png" data-orig-size="502,407" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="02Spyderについて" data-image-description="" data-image-caption="" data-medium-file="https://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて-300x243.png" data-large-file="https://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて.png" src="http://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて.png" alt="" width="502" height="407" class="alignnone size-full wp-image-113" srcset="https://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて.png 502w, https://ichizo.biz/wp-content/uploads/2017/01/02Spyderについて-300x243.png 300w" sizes="auto, (max-width: 502px) 100vw, 502px" /></a></p>
<p>パッケージ一式のアップデートがあったので、今度はこれをやってみます。</p>
<pre class="lang:python decode:true " >
&gt;conda update --all
</pre>
<p>何度か以下のメッセージを出して止まりました。</p>
<pre class="lang:python decode:true " >
WARNING conda.gateways.disk:exp_backoff_fn(47): Uncaught backoff with errno 41
</pre>
<p>どうもリトライしろということのようなので、<br />
何度か実行していると大丈夫そうなメッセージが返ってきました。</p>
<pre class="lang:python decode:true " >
&gt;conda update --all
Fetching package metadata ...........
Solving package specifications: .

# All requested packages already installed.
# packages in environment at e:\Anaconda3:
#


&gt;
</pre>
<p>Syderのバージョンを確認してみると、無事にバージョンアップされていました。</p>
<p><a href="http://ichizo.biz/wp-content/uploads/2017/01/03Spyderについて_バージョンアップ成功.png"><img loading="lazy" decoding="async" data-attachment-id="114" data-permalink="https://ichizo.biz/2017/01/18/update-spyder.html/03spyder%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6_%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3%e3%82%a2%e3%83%83%e3%83%97%e6%88%90%e5%8a%9f" data-orig-file="https://ichizo.biz/wp-content/uploads/2017/01/03Spyderについて_バージョンアップ成功.png" data-orig-size="502,407" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="03Spyderについて_バージョンアップ成功" data-image-description="" data-image-caption="" data-medium-file="https://ichizo.biz/wp-content/uploads/2017/01/03Spyderについて_バージョンアップ成功-300x243.png" data-large-file="https://ichizo.biz/wp-content/uploads/2017/01/03Spyderについて_バージョンアップ成功.png" src="http://ichizo.biz/wp-content/uploads/2017/01/03Spyderについて_バージョンアップ成功.png" alt="" width="502" height="407" class="alignnone size-full wp-image-114" srcset="https://ichizo.biz/wp-content/uploads/2017/01/03Spyderについて_バージョンアップ成功.png 502w, https://ichizo.biz/wp-content/uploads/2017/01/03Spyderについて_バージョンアップ成功-300x243.png 300w" sizes="auto, (max-width: 502px) 100vw, 502px" /></a></p><p>The post <a href="https://ichizo.biz/2017/01/18/update-spyder.html">PythonのIDE「Spyder」をアップデートついでにAnacondaも</a> first appeared on <a href="https://ichizo.biz">イチゾーのブログ</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ichizo.biz/2017/01/18/update-spyder.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">111</post-id>	</item>
	</channel>
</rss>
