<?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: Maya 2022- pymel - how to import ? in Maya Programming Forum</title>
    <link>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/10524553#M4082</link>
    <description>&lt;P&gt;lets check if its really installed:&lt;/P&gt;&lt;P&gt;navigate to maya installation folder find folder &lt;STRONG&gt;bin&lt;/STRONG&gt; select it and while holding down shift press rmb&amp;nbsp; to open modified context menu from there find and click "open in powerShell".&lt;/P&gt;&lt;P&gt;then just type mayapy and press [TAB] (it will expand like .\mayapy.exe) then continue typing " -m pip list":&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;LI-CODE lang="markup"&gt;PS &amp;lt;installed_path&amp;gt;Maya2022\bin&amp;gt; .\mayapy.exe -m pip list&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and press enter&lt;/P&gt;&lt;P&gt;if you will get something like this&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;LI-CODE lang="markup"&gt;future 0.18.2
pip 20.2.2
PySide2 5.15.2
setuptools 41.2.0
shiboken2 5.15.2
shiboken2-generator 5.15.2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*(there is no pymel)&lt;/P&gt;&lt;P&gt;then you need to install it this way:&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;LI-CODE lang="markup"&gt;.\mayapy.exe -m pip install pymel&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after installation is complete you can check it again:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you should get something similar:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;future 0.18.2
pip 21.2.2
pymel 1.2.0
PySide2 5.15.2
setuptools 41.2.0
shiboken2 5.15.2
shiboken2-generator 5.15.2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pymel is now installed!&lt;/P&gt;&lt;P&gt;you're ready to go! no need to modify PATH environment variable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bonus:&lt;/P&gt;&lt;P&gt;if you receive message that new version of pip installer is available and if you wish to upgrade it use this cmd:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;.\mayapy.exe -m pip install --upgrade pip&lt;/LI-CODE&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;pip install its just convenient way to get python packages as easy as snap of the fingers &lt;SPAN class="lia-emoticons-autosuggestions"&gt;&lt;SPAN class="lia-emoticons-search-term"&gt;:tanos_envy:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Aug 2021 05:47:57 GMT</pubDate>
    <dc:creator>batarg</dc:creator>
    <dc:date>2021-08-06T05:47:57Z</dc:date>
    <item>
      <title>Maya 2022- pymel - how to import ?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/10409310#M4080</link>
      <description>&lt;P&gt;Hiay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I get is &amp;gt;&amp;gt; `# Error: ModuleNotFoundError: file C:\Program Files\Autodesk\Maya2022\Python37\lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py line 142: No module named 'pymel'`&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do we import the thing to maya?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TIA&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 22:20:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/10409310#M4080</guid>
      <dc:creator>Bob.Bon2000</dc:creator>
      <dc:date>2021-06-21T22:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022- pymel - how to import ?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/10416555#M4081</link>
      <description>&lt;P&gt;PyMEL is an optional item when you install Maya 2022, you could run the installer again and tick the PyMEL box to install it.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 05:46:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/10416555#M4081</guid>
      <dc:creator>negow</dc:creator>
      <dc:date>2021-06-24T05:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022- pymel - how to import ?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/10524553#M4082</link>
      <description>&lt;P&gt;lets check if its really installed:&lt;/P&gt;&lt;P&gt;navigate to maya installation folder find folder &lt;STRONG&gt;bin&lt;/STRONG&gt; select it and while holding down shift press rmb&amp;nbsp; to open modified context menu from there find and click "open in powerShell".&lt;/P&gt;&lt;P&gt;then just type mayapy and press [TAB] (it will expand like .\mayapy.exe) then continue typing " -m pip list":&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;LI-CODE lang="markup"&gt;PS &amp;lt;installed_path&amp;gt;Maya2022\bin&amp;gt; .\mayapy.exe -m pip list&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and press enter&lt;/P&gt;&lt;P&gt;if you will get something like this&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;LI-CODE lang="markup"&gt;future 0.18.2
pip 20.2.2
PySide2 5.15.2
setuptools 41.2.0
shiboken2 5.15.2
shiboken2-generator 5.15.2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*(there is no pymel)&lt;/P&gt;&lt;P&gt;then you need to install it this way:&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;LI-CODE lang="markup"&gt;.\mayapy.exe -m pip install pymel&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after installation is complete you can check it again:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you should get something similar:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;future 0.18.2
pip 21.2.2
pymel 1.2.0
PySide2 5.15.2
setuptools 41.2.0
shiboken2 5.15.2
shiboken2-generator 5.15.2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pymel is now installed!&lt;/P&gt;&lt;P&gt;you're ready to go! no need to modify PATH environment variable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bonus:&lt;/P&gt;&lt;P&gt;if you receive message that new version of pip installer is available and if you wish to upgrade it use this cmd:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;.\mayapy.exe -m pip install --upgrade pip&lt;/LI-CODE&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;pip install its just convenient way to get python packages as easy as snap of the fingers &lt;SPAN class="lia-emoticons-autosuggestions"&gt;&lt;SPAN class="lia-emoticons-search-term"&gt;:tanos_envy:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 05:47:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/10524553#M4082</guid>
      <dc:creator>batarg</dc:creator>
      <dc:date>2021-08-06T05:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022- pymel - how to import ?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/10628454#M4083</link>
      <description>&lt;P&gt;Thanks man, it worked!&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 23:09:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/10628454#M4083</guid>
      <dc:creator>Hans_Redman</dc:creator>
      <dc:date>2022-02-13T23:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022- pymel - how to import ?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/11873778#M4084</link>
      <description>&lt;P&gt;Thank you for this !! ... Why the hell does Maya 2024 does not install pymel by default ?!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:08:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/11873778#M4084</guid>
      <dc:creator>francescoHVGX5</dc:creator>
      <dc:date>2023-04-05T07:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022- pymel - how to import ?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/11912263#M4085</link>
      <description>&lt;P&gt;Thank you wery much!!! It works!!)&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 10:13:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/11912263#M4085</guid>
      <dc:creator>Oleg.Gogolushko.2397</dc:creator>
      <dc:date>2023-04-21T10:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022- pymel - how to import ?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/12778440#M4086</link>
      <description>&lt;P&gt;Finally, they removed pymel &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 17:12:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/12778440#M4086</guid>
      <dc:creator>tyler_thornock536PA</dc:creator>
      <dc:date>2024-05-16T17:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022- pymel - how to import ?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/13285669#M4087</link>
      <description>&lt;P&gt;awesome, that helped! thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 11:10:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/13285669#M4087</guid>
      <dc:creator>matpar_</dc:creator>
      <dc:date>2025-01-28T11:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022- pymel - how to import ?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/13611271#M4088</link>
      <description>&lt;P&gt;没看懂？&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 15:33:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/maya-2022-pymel-how-to-import/m-p/13611271#M4088</guid>
      <dc:creator>719958768</dc:creator>
      <dc:date>2025-05-02T15:33:13Z</dc:date>
    </item>
  </channel>
</rss>

