<?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: SciPy Error: cannot import name callback c in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263214#M20308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;glad to see that the version was found... you should still upgrade since a lot has been changed/improved in subsequent versions of all the solftware involved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2018 22:24:09 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-05-11T22:24:09Z</dc:date>
    <item>
      <title>SciPy Error: cannot import name callback c</title>
      <link>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263206#M20300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am installing SciPy on Windows 7 64 bit. I am using&amp;nbsp; ArcGIS 10.3 and default NumPy version 1.7.1 and I downloaded the SciPy version 1.1.0 from Python libs. After stored&amp;nbsp;in the site package of Python folder When I executing the Scipy, I am getting following&amp;nbsp;error.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Earlier I installed the SciPy in the same way which I follow now, but now it's returning&amp;nbsp;the error msg.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;type &lt;SPAN class="string token"&gt;"copyright"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"credits"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;or&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"license()"&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; more information&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; numpy
 &lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; scipy
 Traceback &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;most recent call last&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
 File "&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;pyshell&lt;SPAN class="comment token"&gt;#1&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; scipy
 File &lt;SPAN class="string token"&gt;"C:\Python27\ArcGIS10.3\lib\site-packages\scipy\__init__.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;119&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; scipy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_lib&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_ccallback &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; LowLevelCallable
 File &lt;SPAN class="string token"&gt;"C:\Python27\ArcGIS10.3\lib\site-packages\scipy\_lib\_ccallback.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; _ccallback_c
 ImportError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; cannot &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; name _ccallback_c&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="" style="color: #2b91af; border: 0px; font-weight: inherit; font-size: 13px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263206#M20300</guid>
      <dc:creator>ShouvikJha</dc:creator>
      <dc:date>2021-12-11T12:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: SciPy Error: cannot import name callback c</title>
      <link>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263207#M20301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check that that version of scipy supports that version of numpy.&amp;nbsp; Scipy tends to be a dot version behind numpy, not the otherway around..&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your best bet to keep everything working is to install PRO since it contains a clean happy, gets-along version of python (3.6), numpy and scipy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 14:06:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263207#M20301</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-08T14:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: SciPy Error: cannot import name callback c</title>
      <link>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263208#M20302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌ I have downloaded several version of Scipy i.e. 0.18, 1.1 but it's producing the same error. May I please know the compatible&amp;nbsp;version of scipy&amp;nbsp;with 1.7.1 Numpy version.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 15:29:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263208#M20302</guid>
      <dc:creator>ShouvikJha</dc:creator>
      <dc:date>2018-05-08T15:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: SciPy Error: cannot import name callback c</title>
      <link>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263209#M20303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NumPy is currently in version 1.14.x&lt;/P&gt;&lt;P&gt;ArcGIS PRO uses&amp;nbsp; '1.13.3'&lt;/P&gt;&lt;P&gt;I don't even know what year numpy 1.7.1 was released.&lt;/P&gt;&lt;P&gt;BUT&amp;nbsp;&lt;A href="https://www.scipy.org/"&gt;https://www.scipy.org/&lt;/A&gt; is you want to go back...&lt;A href="https://www.scipy.org/past-news.html"&gt;&lt;STRONG&gt; Past News on that page&lt;/STRONG&gt;&lt;/A&gt; seems to be the spot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 15:37:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263209#M20303</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-08T15:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: SciPy Error: cannot import name callback c</title>
      <link>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263210#M20304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried using the lower version of Scipy I.e 0.17.0, 0.17.1 etc, but it's producing the another error&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Traceback &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;most recent call last&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
File "&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;pyshell&lt;SPAN class="comment token"&gt;#2&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; scipy
File &lt;SPAN class="string token"&gt;"C:\Python27\ArcGIS10.3\lib\site-packages\scipy\__init__.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;103&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;raise&lt;/SPAN&gt; ImportError&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;msg&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
ImportError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; Error importing scipy&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; you cannot &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; scipy &lt;SPAN class="keyword token"&gt;while&lt;/SPAN&gt;
being &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; scipy source directory&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt; please exit the scipy source
tree first&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;and&lt;/SPAN&gt; relaunch your python intepreter&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:54:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263210#M20304</guid>
      <dc:creator>ShouvikJha</dc:creator>
      <dc:date>2021-12-11T12:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: SciPy Error: cannot import name callback c</title>
      <link>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263211#M20305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message&amp;nbsp; means that you have to start python in the python folder.&amp;nbsp; You are currently located in the scipy folder and you can't import spyder that way...&lt;/P&gt;&lt;P&gt;Are you not using a python IDE or are you trying to run stuff&amp;nbsp; from the command prompt?&amp;nbsp; Open a python ide, load and compile and run your script from there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 19:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263211#M20305</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-08T19:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: SciPy Error: cannot import name callback c</title>
      <link>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263212#M20306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scrolling through the links provided by &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌, and some support pages I noticed&amp;nbsp;this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcGIS (for) Desktop 10.3.x - Python 2.7.x and Numerical Python &lt;STRONG&gt;1.7.x&lt;/STRONG&gt; required; 2.7.8 and &lt;STRONG&gt;1.7.1&lt;/STRONG&gt; are installed if the version requirement is not met (&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000013224" title="https://support.esri.com/en/technical-article/000013224"&gt;FAQ: What version of Python is used in ArcGIS?&lt;/A&gt;&amp;nbsp;)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;SciPy 0.18.0&lt;/STRONG&gt; Release Notes,&amp;nbsp;This release requires Python 2.7 or 3.4-3.5 and&lt;STRONG&gt; NumPy 1.7.1&lt;/STRONG&gt; or greater. (&lt;A class="link-titled" href="https://github.com/scipy/scipy/releases?after=v0.19.0rc2" title="https://github.com/scipy/scipy/releases?after=v0.19.0rc2"&gt;Releases · scipy/scipy · GitHub&lt;/A&gt;&amp;nbsp;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do however, strongly recommend you to update to a more recent version of ArcGIS and if you can as &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;&amp;nbsp;suggested install ArcGIS Pro which already has SciPy included. Follow the steps described in several blogs by Dan on how to install Spyder with ArcGIS Pro:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/07/17/anaconda-spyder-and-arcgis-pro"&gt;/blogs/dan_patterson/2016/07/17/anaconda-spyder-and-arcgis-pro&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2018/01/28/spyder"&gt;/blogs/dan_patterson/2018/01/28/spyder&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And don't forget to check out this extremely rich resource:&amp;nbsp;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/05/09/the-links"&gt;/blogs/dan_patterson/2016/05/09/the-links&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 11:40:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263212#M20306</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-05-09T11:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: SciPy Error: cannot import name callback c</title>
      <link>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263213#M20307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌ Thank you. I have solved the issue by installing SciPy version 1.6 windows executable file.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 11:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263213#M20307</guid>
      <dc:creator>ShouvikJha</dc:creator>
      <dc:date>2018-05-11T11:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: SciPy Error: cannot import name callback c</title>
      <link>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263214#M20308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;glad to see that the version was found... you should still upgrade since a lot has been changed/improved in subsequent versions of all the solftware involved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 22:24:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/scipy-error-cannot-import-name-callback-c/m-p/263214#M20308</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-11T22:24:09Z</dc:date>
    </item>
  </channel>
</rss>

