I am installing SciPy on Windows 7 64 bit. I am using ArcGIS 10.3 and default NumPy version 1.7.1 and I downloaded the SciPy version 1.1.0 from Python libs. After stored in the site package of Python folder When I executing the Scipy, I am getting following error.
Earlier I installed the SciPy in the same way which I follow now, but now it's returning the error msg.
type <SPAN class="string token">"copyright"</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="string token">"credits"</SPAN> <SPAN class="operator token">or</SPAN> <SPAN class="string token">"license()"</SPAN> <SPAN class="keyword token">for</SPAN> more information<SPAN class="punctuation token">.</SPAN>
<SPAN class="operator token">>></SPAN><SPAN class="operator token">></SPAN> <SPAN class="keyword token">import</SPAN> numpy
<SPAN class="operator token">>></SPAN><SPAN class="operator token">></SPAN> <SPAN class="keyword token">import</SPAN> scipy
Traceback <SPAN class="punctuation token">(</SPAN>most recent call last<SPAN class="punctuation token">)</SPAN><SPAN class="punctuation token">:</SPAN>
File "<SPAN class="operator token"><</SPAN>pyshell<SPAN class="comment token">#1>", line 1, in <module></SPAN>
<SPAN class="keyword token">import</SPAN> scipy
File <SPAN class="string token">"C:\Python27\ArcGIS10.3\lib\site-packages\scipy\__init__.py"</SPAN><SPAN class="punctuation token">,</SPAN> line <SPAN class="number token">119</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="keyword token">in</SPAN> <SPAN class="operator token"><</SPAN>module<SPAN class="operator token">></SPAN>
<SPAN class="keyword token">from</SPAN> scipy<SPAN class="punctuation token">.</SPAN>_lib<SPAN class="punctuation token">.</SPAN>_ccallback <SPAN class="keyword token">import</SPAN> LowLevelCallable
File <SPAN class="string token">"C:\Python27\ArcGIS10.3\lib\site-packages\scipy\_lib\_ccallback.py"</SPAN><SPAN class="punctuation token">,</SPAN> line <SPAN class="number token">1</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="keyword token">in</SPAN> <SPAN class="operator token"><</SPAN>module<SPAN class="operator token">></SPAN>
<SPAN class="keyword token">from</SPAN> <SPAN class="punctuation token">.</SPAN> <SPAN class="keyword token">import</SPAN> _ccallback_c
ImportError<SPAN class="punctuation token">:</SPAN> cannot <SPAN class="keyword token">import</SPAN> name _ccallback_c<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
<SPAN class="" style="color: #2b91af; border: 0px; font-weight: inherit; font-size: 13px;"> </SPAN>