<?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 Re: Getting error when importing dpnp.dparray with dpnp 0.10.1 or 0.10.2 on Windows 10 in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1423906#M1928</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide the details regarding the requirement of dpnp.dparray in your code. Because dpnp.dparray is depreciated and it should not be used.&amp;nbsp;You can use dpnp methods directly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also please try to remove import dpnp.dparray and confirm whether it is still running fine. If not, please provide the dparray usage, We can provide the alternative dpnp method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Oct 2022 06:15:21 GMT</pubDate>
    <dc:creator>Rahila_T_Intel</dc:creator>
    <dc:date>2022-10-21T06:15:21Z</dc:date>
    <item>
      <title>Getting error when importing dpnp.dparray with dpnp 0.10.1 or 0.10.2 on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1421154#M1922</link>
      <description>&lt;P&gt;When I try to import dpnp.dparray with dpnp v0.10.1 (using either Python 3.7 or 3.8) or v0.10.2 (using Python 3.8, since no version available for Python 3.7) on Windows 10, I get the following error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;File "dpnp\dparray.pyx", line 40, in init dpnp.dparray&lt;BR /&gt;TypeError: Cannot overwrite C type array&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did not get this error when importing dpnp.dparray in dpnp v0.10.0 (using either Python 3.7 or 3.8)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone investigate this?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 19:07:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1421154#M1922</guid>
      <dc:creator>DManowitz</dc:creator>
      <dc:date>2022-10-11T19:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error when importing dpnp.dparray with dpnp 0.10.1 or 0.10.2 on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1421928#M1924</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are unable to reproduce the issue from our end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;is it the below&amp;nbsp;command you used to install dpdnp as mentioned in&amp;nbsp;&lt;A href="https://intelpython.github.io/dpnp/install.html#installing-dpnp-from-source" target="_self"&gt;https://intelpython.github.io/dpnp/install.html#installing-dpnp-from-source&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;conda install -c intel dpnp&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please provide the command you used to install dpnp version 0.10.1 and 0.10.2.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 09:49:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1421928#M1924</guid>
      <dc:creator>Rahila_T_Intel</dc:creator>
      <dc:date>2022-10-14T09:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error when importing dpnp.dparray with dpnp 0.10.1 or 0.10.2 on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1422011#M1926</link>
      <description>&lt;P&gt;The simplest way I was able to reproduce this error was to first set my .condarc to the following:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;channels:
- intel
- defaults&lt;/LI-CODE&gt;
&lt;P&gt;I then created new conda environments (one with Python 3.7 and one with Python 3.8), which installed the Intel Python versions, and executed&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;conda install intelpython3_full&lt;/LI-CODE&gt;
&lt;P&gt;This installed dpnp v0.10.1 as part of its dependencies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was also able to reproduce the problem after creating Python 3.7 and 3.8 environments using the following .condarc file:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;channel_priority: disabled
channels:
  - pytorch
  - conda-forge
  - intel
  - defaults&lt;/LI-CODE&gt;
&lt;P&gt;This interestingly installed the Intel Python version for Python 3.7, but the conda-forge Python version for 3.8.&amp;nbsp; In either case, I then installed several of the Intel python packages into these environments and was also able to reproduce the problem using dpnp v0.10.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this point, I noticed that dpnp v0.10.2 was available for Python 3.8, so I wondered if that would fix the problem.&amp;nbsp; I was able to install it into my conda-forge environment, but I was not able to install it into my initial Python 3.8 environment, as the intelpython3_full package constrained dpnp to be v0.10.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was then able to reproduce the problem again in my conda-forge environment with dpnp v.0.10.2.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 14:05:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1422011#M1926</guid>
      <dc:creator>DManowitz</dc:creator>
      <dc:date>2022-10-14T14:05:16Z</dc:date>
    </item>
    <item>
      <title>Re:Getting error when importing dpnp.dparray with dpnp 0.10.1 or 0.10.2 on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1422546#M1927</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are able to reproduce the issue from our end. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are checking on this internally and will share you the updates.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Oct 2022 11:35:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1422546#M1927</guid>
      <dc:creator>Rahila_T_Intel</dc:creator>
      <dc:date>2022-10-17T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error when importing dpnp.dparray with dpnp 0.10.1 or 0.10.2 on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1423906#M1928</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide the details regarding the requirement of dpnp.dparray in your code. Because dpnp.dparray is depreciated and it should not be used.&amp;nbsp;You can use dpnp methods directly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also please try to remove import dpnp.dparray and confirm whether it is still running fine. If not, please provide the dparray usage, We can provide the alternative dpnp method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 06:15:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1423906#M1928</guid>
      <dc:creator>Rahila_T_Intel</dc:creator>
      <dc:date>2022-10-21T06:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error when importing dpnp.dparray with dpnp 0.10.1 or 0.10.2 on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1424261#M1930</link>
      <description>&lt;P&gt;I did not realize that dpnp.dparray is deprecated.&amp;nbsp; I will stop using it then.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2022 16:40:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1424261#M1930</guid>
      <dc:creator>DManowitz</dc:creator>
      <dc:date>2022-10-22T16:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error when importing dpnp.dparray with dpnp 0.10.1 or 0.10.2 on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1424263#M1931</link>
      <description>&lt;P&gt;Although, admittedly, you should issue a warning about the package being deprecated, not an error.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2022 16:51:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1424263#M1931</guid>
      <dc:creator>DManowitz</dc:creator>
      <dc:date>2022-10-22T16:51:04Z</dc:date>
    </item>
    <item>
      <title>Re:Getting error when importing dpnp.dparray with dpnp 0.10.1 or 0.10.2 on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1424728#M1932</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your feedback. We have provided your feedback to the relevant team.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please let me know if we can go ahead and close this case?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Oct 2022 04:59:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1424728#M1932</guid>
      <dc:creator>Rahila_T_Intel</dc:creator>
      <dc:date>2022-10-25T04:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Getting error when importing dpnp.dparray with dpnp 0.10.1 or 0.10.2 on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1424839#M1933</link>
      <description>&lt;P&gt;Yes, you can go ahead and close this case.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 15:02:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1424839#M1933</guid>
      <dc:creator>DManowitz</dc:creator>
      <dc:date>2022-10-25T15:02:41Z</dc:date>
    </item>
    <item>
      <title>Re:Getting error when importing dpnp.dparray with dpnp 0.10.1 or 0.10.2 on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1425436#M1934</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing the confirmation. &lt;/P&gt;&lt;P&gt;Glad to know that your query is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2022 05:41:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Getting-error-when-importing-dpnp-dparray-with-dpnp-0-10-1-or-0/m-p/1425436#M1934</guid>
      <dc:creator>Rahila_T_Intel</dc:creator>
      <dc:date>2022-10-27T05:41:13Z</dc:date>
    </item>
  </channel>
</rss>

