<?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: Problem with mkl-service / NumPy installation in R-ArcGIS Questions</title>
    <link>https://community.esri.com/t5/r-arcgis-questions/problem-with-mkl-service-numpy-installation/m-p/1284525#M432</link>
    <description>&lt;P&gt;One option that appears to work is to first import reticulate and arcpy, and then import arcgisbinding:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;library(reticulate)
use_python("C:/Program Files/ArcGIS/Pro/bin/Python/envs/arcgispro-py3")
arcpy &amp;lt;- import("arcpy")

library(arcgisbinding)
arc.check_product()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 May 2023 21:01:27 GMT</pubDate>
    <dc:creator>MarthaBass</dc:creator>
    <dc:date>2023-05-01T21:01:27Z</dc:date>
    <item>
      <title>Problem with mkl-service / NumPy installation</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/problem-with-mkl-service-numpy-installation/m-p/1282457#M429</link>
      <description>&lt;P&gt;I am trying to work with the reticulate and arcgisbinding packages in R (version 4.2.3), but am receiving the following error message when I try to import arcpy:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-04-25 105056.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/69058i0D6B09A7D6DA29CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-04-25 105056.png" alt="Screenshot 2023-04-25 105056.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; I'm not sure what the problem is, since numpy is already listed as installed in the ArcGIS Pro package manager. Please let me know how I can fix this issue. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 19:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/problem-with-mkl-service-numpy-installation/m-p/1282457#M429</guid>
      <dc:creator>NicholasMarantz</dc:creator>
      <dc:date>2023-04-25T19:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mkl-service / NumPy installation</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/problem-with-mkl-service-numpy-installation/m-p/1282548#M430</link>
      <description>&lt;P&gt;related?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/r-arcgis-questions/arcgisbinding-package-install-error-in-r/m-p/1222659#M398" target="_blank"&gt;Solved: Re: Arcgisbinding package install error in R - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 19:59:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/problem-with-mkl-service-numpy-installation/m-p/1282548#M430</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-04-25T19:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mkl-service / NumPy installation</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/problem-with-mkl-service-numpy-installation/m-p/1284328#M431</link>
      <description>&lt;P&gt;Hey! &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋🏼&lt;/span&gt;&lt;BR /&gt;This looks like a python issue and I too am not sure what's going on! The error looks related to this specific library:&amp;nbsp; &lt;A href="https://github.com/IntelPython/mkl-service" target="_blank"&gt;https://github.com/IntelPython/mkl-service&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First I would remove the calls to arcgisbinding since that isnt necessary to connect to arpy.&amp;nbsp; arcpy is a python library and using reticulate is a wya to call python from R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of `use_python()` can you use `use_conda()` and see if that changes anything?&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 14:15:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/problem-with-mkl-service-numpy-installation/m-p/1284328#M431</guid>
      <dc:creator>JosiahParry</dc:creator>
      <dc:date>2023-05-01T14:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mkl-service / NumPy installation</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/problem-with-mkl-service-numpy-installation/m-p/1284525#M432</link>
      <description>&lt;P&gt;One option that appears to work is to first import reticulate and arcpy, and then import arcgisbinding:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;library(reticulate)
use_python("C:/Program Files/ArcGIS/Pro/bin/Python/envs/arcgispro-py3")
arcpy &amp;lt;- import("arcpy")

library(arcgisbinding)
arc.check_product()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 21:01:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/problem-with-mkl-service-numpy-installation/m-p/1284525#M432</guid>
      <dc:creator>MarthaBass</dc:creator>
      <dc:date>2023-05-01T21:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mkl-service / NumPy installation</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/problem-with-mkl-service-numpy-installation/m-p/1285046#M434</link>
      <description>&lt;P&gt;This solves it. However, if I load any other libraries before running the first three lines, I get the following error: "Error: ImportError: DLL load failed while importing _arcgisscripting: The specified procedure could not be found."&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 04:14:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/problem-with-mkl-service-numpy-installation/m-p/1285046#M434</guid>
      <dc:creator>NicholasMarantz</dc:creator>
      <dc:date>2023-05-03T04:14:10Z</dc:date>
    </item>
  </channel>
</rss>

