<?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: How to install numpy in Maya? in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/how-to-install-numpy-in-maya/m-p/7644795#M45079</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;and welcome to the community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There was another thread with this issue and the OP &lt;A href="https://forums.autodesk.com/t5/maya-programming/guide-how-to-install-numpy-scipy-in-maya-windows-64-bit/td-p/5796722" target="_blank"&gt;made a full guide you can find here!&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if this helps or if you need any more assistance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #666666;"&gt;If one or more of these posts helped answer your question, please click&amp;nbsp;&lt;SPAN style="color: #87bc40;"&gt;Accept as Solution&lt;/SPAN&gt;&amp;nbsp;on the posts that helped you so others in the community can find them easily. &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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #666666;"&gt;Kudos are greatly appreciated. Everyone likes a thumbs up!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2017 15:09:45 GMT</pubDate>
    <dc:creator>sean.heasley</dc:creator>
    <dc:date>2017-12-22T15:09:45Z</dc:date>
    <item>
      <title>How to install numpy in Maya?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-install-numpy-in-maya/m-p/7644621#M45078</link>
      <description>&lt;P&gt;Hi, I have some problems when installing the numpy in Maya 2015. How to install this python package correctly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've used&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;easy_install&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for this python package. The commands in Windows cmd are written as:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"...\Maya2015\bin\mayapy.exe ...\setyptools-38.2.4\easy_install.py numpy"&lt;/STRONG&gt;. More details are referred in&amp;nbsp;&lt;EM&gt;&lt;A href="http://jensvhansen.com/installing-new-packages-for-maya-python/" target="_blank"&gt;http://jensvhansen.com/installing-new-packages-for-maya-python/&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I notice that the numpy folder is installed at "...\Maya2015\Python\Lib\site-packages\numpy_1.14.0rc1-py2.7-win-amd64.egg". But when I entered "&lt;STRONG&gt;import numpy&lt;/STRONG&gt;" in mayapy.exe, it turner out that "Original error was: DLL load failed: %1 is not a valid Win32 application."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I enter the "&lt;STRONG&gt;Import numpy&lt;/STRONG&gt;" in&amp;nbsp;Script Editor in Maya, the information&amp;nbsp;shows that:&lt;/P&gt;&lt;P&gt;"# Error: line 1: Error in maya.utils._guiExceptHook:&lt;BR /&gt;# File "E:\Program Files\Autodesk\Maya2015\Python\lib\site-packages\maya\utils.py", line 318, in formatGuiException&lt;BR /&gt;# exceptionMsg = unicode(exceptionObject.args[0])&lt;BR /&gt;# UnicodeDecodeError: 'ascii' codec can't decode byte 0xb2 in position 298: ordinal not in range(128)&lt;BR /&gt;#&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;# Original exception was:&lt;BR /&gt;# Traceback (most recent call last):&lt;BR /&gt;# File "&amp;lt;maya console&amp;gt;", line 2, in &amp;lt;module&amp;gt;&lt;BR /&gt;# File "E:\Program Files\Autodesk\Maya2015\Python\lib\site-packages\numpy-1.14.0rc1-py2.7-win-amd64.egg\numpy\__init__.py", line 142, in &amp;lt;module&amp;gt;&lt;BR /&gt;# from . import add_newdocs&lt;BR /&gt;# File "E:\Program Files\Autodesk\Maya2015\Python\lib\site-packages\numpy-1.14.0rc1-py2.7-win-amd64.egg\numpy\add_newdocs.py", line 13, in &amp;lt;module&amp;gt;&lt;BR /&gt;# from numpy.lib import add_newdoc&lt;BR /&gt;# File "E:\Program Files\Autodesk\Maya2015\Python\lib\site-packages\numpy-1.14.0rc1-py2.7-win-amd64.egg\numpy\lib\__init__.py", line 8, in &amp;lt;module&amp;gt;&lt;BR /&gt;# from .type_check import *&lt;BR /&gt;# File "E:\Program Files\Autodesk\Maya2015\Python\lib\site-packages\numpy-1.14.0rc1-py2.7-win-amd64.egg\numpy\lib\type_check.py", line 11, in &amp;lt;module&amp;gt;&lt;BR /&gt;# import numpy.core.numeric as _nx&lt;BR /&gt;# File "E:\Program Files\Autodesk\Maya2015\Python\lib\site-packages\numpy-1.14.0rc1-py2.7-win-amd64.egg\numpy\core\__init__.py", line 26, in &amp;lt;module&amp;gt;&lt;BR /&gt;# raise ImportError(msg)&lt;BR /&gt;# ImportError:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;# Importing the multiarray numpy extension module failed. Most&lt;BR /&gt;# likely you are trying to import a failed build of numpy.&lt;BR /&gt;# If you're working with a numpy git repo, try `git clean -xdf` (removes all&lt;BR /&gt;# files not under version control). Otherwise reinstall numpy.&lt;BR /&gt;#&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;# Original error was: DLL load failed: %1&amp;nbsp;is not a valid Win32&amp;nbsp;application. # "&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 13:47:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-install-numpy-in-maya/m-p/7644621#M45078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-22T13:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to install numpy in Maya?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-install-numpy-in-maya/m-p/7644795#M45079</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;and welcome to the community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There was another thread with this issue and the OP &lt;A href="https://forums.autodesk.com/t5/maya-programming/guide-how-to-install-numpy-scipy-in-maya-windows-64-bit/td-p/5796722" target="_blank"&gt;made a full guide you can find here!&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if this helps or if you need any more assistance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #666666;"&gt;If one or more of these posts helped answer your question, please click&amp;nbsp;&lt;SPAN style="color: #87bc40;"&gt;Accept as Solution&lt;/SPAN&gt;&amp;nbsp;on the posts that helped you so others in the community can find them easily. &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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #666666;"&gt;Kudos are greatly appreciated. Everyone likes a thumbs up!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 15:09:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-install-numpy-in-maya/m-p/7644795#M45079</guid>
      <dc:creator>sean.heasley</dc:creator>
      <dc:date>2017-12-22T15:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to install numpy in Maya?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-install-numpy-in-maya/m-p/7659034#M45080</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just wanted to check in to see how things were going. Did the suggestion I provided help at all?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT size="-1" color="#666666"&gt;If so, please click &lt;FONT color="#87BC40"&gt;Accept as Solution&lt;/FONT&gt; on the posts that helped you so others in the community can find them easily.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 17:52:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-install-numpy-in-maya/m-p/7659034#M45080</guid>
      <dc:creator>sean.heasley</dc:creator>
      <dc:date>2018-01-02T17:52:39Z</dc:date>
    </item>
  </channel>
</rss>

