<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ModuleNotFoundError: No module named 'win32file' in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/ModuleNotFoundError-No-module-named-win32file/m-p/1136507#M901</link>
    <description>&lt;P&gt;I seem to have this problem over and over again.&lt;/P&gt;&lt;P&gt;[conda 4.5.13, Python 3.6.8 :: Intel Corporation,&amp;nbsp;Windows 10]&lt;/P&gt;&lt;P&gt;How are you dealing with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2019 20:26:17 GMT</pubDate>
    <dc:creator>Sarah_H_</dc:creator>
    <dc:date>2019-04-29T20:26:17Z</dc:date>
    <item>
      <title>ModuleNotFoundError: No module named 'win32file'</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/ModuleNotFoundError-No-module-named-win32file/m-p/1136507#M901</link>
      <description>&lt;P&gt;I seem to have this problem over and over again.&lt;/P&gt;&lt;P&gt;[conda 4.5.13, Python 3.6.8 :: Intel Corporation,&amp;nbsp;Windows 10]&lt;/P&gt;&lt;P&gt;How are you dealing with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 20:26:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/ModuleNotFoundError-No-module-named-win32file/m-p/1136507#M901</guid>
      <dc:creator>Sarah_H_</dc:creator>
      <dc:date>2019-04-29T20:26:17Z</dc:date>
    </item>
    <item>
      <title>Please provide the output of</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/ModuleNotFoundError-No-module-named-win32file/m-p/1136508#M902</link>
      <description>&lt;P&gt;Please provide the output of `conda info`, `conda list --explicit` and the operations you were attempting to do.&lt;BR /&gt;&lt;BR /&gt;The win32file is a native extension, part of pywin32 module, a dependency of menuinst.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The error may indicate that the native extension fails to load due to an inconsistency in the environment, or some file corruption.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Try reinstalling the pywin32 conda package in the base environment, by first inspecting output of `conda list -n base pywin32`, and then issuing `conda install -n base pywin32=version=buildNumber`.&lt;BR /&gt;&lt;BR /&gt;For example&amp;nbsp;&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;(py36) C:\Users\user&amp;gt;conda list -n base pywin32
# packages in environment at C:\Users\user\miniconda3:
#
# Name                    Version                   Build  Channel
pywin32                   223              py37hfa6e2cd_1


(py36) C:\Users\user&amp;gt;conda install -n base pywin32=223=py37hfa6e2cd_1
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 20:58:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/ModuleNotFoundError-No-module-named-win32file/m-p/1136508#M902</guid>
      <dc:creator>Oleksandr_P_Intel</dc:creator>
      <dc:date>2019-04-29T20:58:59Z</dc:date>
    </item>
    <item>
      <title>File "E:\intelpython3.6</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/ModuleNotFoundError-No-module-named-win32file/m-p/1136509#M903</link>
      <description>&lt;P&gt;File "E:\intelpython3.6\intelpython3\lib\site-packages\conda\exceptions.py", line 822, in __call__&lt;/P&gt;&lt;P&gt;return self.handle_exception(exc_val, exc_tb)&lt;/P&gt;&lt;P&gt;File "E:\intelpython3.6\intelpython3\lib\site-packages\conda\exceptions.py", line 862, in handle_exception&lt;/P&gt;&lt;P&gt;return self.handle_unexpected_exception(exc_val, exc_tb)&lt;/P&gt;&lt;P&gt;File "E:\intelpython3.6\intelpython3\lib\site-packages\conda\exceptions.py", line 873, in handle_unexpected_exception&lt;/P&gt;&lt;P&gt;self.print_unexpected_error_report(error_report)&lt;/P&gt;&lt;P&gt;File "E:\intelpython3.6\intelpython3\lib\site-packages\conda\exceptions.py", line 943, in print_unexpected_error_report&lt;/P&gt;&lt;P&gt;from .cli.main_info import get_env_vars_str, get_main_info_str&lt;/P&gt;&lt;P&gt;File "E:\intelpython3.6\intelpython3\lib\site-packages\conda\cli\main_info.py", line 24, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;from ..core.envs_manager import env_name&lt;/P&gt;&lt;P&gt;File "E:\intelpython3.6\intelpython3\lib\site-packages\conda\core\envs_manager.py", line 9, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;from .prefix_data import PrefixData&lt;/P&gt;&lt;P&gt;File "E:\intelpython3.6\intelpython3\lib\site-packages\conda\core\prefix_data.py", line 16, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;from ..gateways.disk.create import write_as_json_to_file&lt;/P&gt;&lt;P&gt;File "E:\intelpython3.6\intelpython3\lib\site-packages\conda\gateways\disk\create.py", line 16, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;from .delete import rm_rf&lt;/P&gt;&lt;P&gt;File "E:\intelpython3.6\intelpython3\lib\site-packages\conda\gateways\disk\delete.py", line 18, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;import win32file&lt;/P&gt;&lt;P&gt;ModuleNotFoundError: No module named 'win32file'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 22:33:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/ModuleNotFoundError-No-module-named-win32file/m-p/1136509#M903</guid>
      <dc:creator>Sarah_H_</dc:creator>
      <dc:date>2019-04-29T22:33:18Z</dc:date>
    </item>
  </channel>
</rss>

