<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Error on tanaike - Google Apps Script, Gemini API, and Developer Tips</title>
    <link>https://tanaikech.github.io/tags/error/</link>
    <description>Recent content in Error on tanaike - Google Apps Script, Gemini API, and Developer Tips</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <copyright>&amp;copy; 2026. All rights reserved.</copyright>
    <lastBuildDate>Sat, 03 Mar 2018 17:18:12 +0900</lastBuildDate>
    <atom:link href="https://tanaikech.github.io/tags/error/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Remove ImportError of Module for Sublime Text</title>
      <link>https://tanaikech.github.io/2018/03/03/remove-importerror-of-module-for-sublime-text/</link>
      <pubDate>Sat, 03 Mar 2018 17:18:12 +0900</pubDate>
      <guid>https://tanaikech.github.io/2018/03/03/remove-importerror-of-module-for-sublime-text/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/78ef9ebb6ce2074ce4f4317b8bfa1a11&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;When I launched Sublime Text, I noticed that the error occurred. The error is as follows.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ImportError: No module named &amp;#39;yaml&amp;#39;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I confirmed that this error occurs when the plugin of Material Theme is read. And the error started to occur after Material Theme was updated, recently.&lt;/p&gt;&#xA;&lt;p&gt;In this report, I would like to introduce the method for removing this error. The flow is as follows.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Download a file including library for yaml (PyYAML) from &lt;a href=&#34;https://pypi.python.org/pypi/PyYAML&#34;&gt;https://pypi.python.org/pypi/PyYAML&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;In my environment, I downloaded &lt;code&gt;PyYAML-3.12.win-amd64-py3.5.exe&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Unzip the downloaded file.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You can see a directory of &lt;code&gt;yaml&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Add the directory of &lt;code&gt;yaml&lt;/code&gt; to &lt;code&gt;python3.3.zip&lt;/code&gt;.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;python3.3.zip&lt;/code&gt; is in the directory which installed Sublime Text.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;By above flow, the error can be removed. If the error of &lt;code&gt;ImportError&lt;/code&gt; occurs for other modules, you can try to do this method. I think that although my Sublime Text is Sublime Text3 build 3143 x64, this method may be able to be used for Sublime Text2.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
