<?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: Pymel not working in maya 2025 in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12929812#M1864</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I'm using this in setup.py for my app and it works for Maya2025.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;install_requires=[
     "pymel @ git+https://github.com/iamsleepy/pymel.git@master",
    ...
]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try this to install it with Maya:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;mayapy -m pip install git+https://github.com/iamsleepy/pymel.git@master&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2024 22:29:18 GMT</pubDate>
    <dc:creator>qatest</dc:creator>
    <dc:date>2024-07-30T22:29:18Z</dc:date>
    <item>
      <title>Pymel not working in maya 2025</title>
      <link>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12694906#M1858</link>
      <description>&lt;P&gt;For maya 2024 I had to install pymel seperately, like so&amp;nbsp;&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/maya-forum/pymel-not-included-in-maya-2024/m-p/11891657#M96998" target="_blank"&gt;https://forums.autodesk.com/t5/maya-forum/pymel-not-included-in-maya-2024/m-p/11891657#M96998&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but for maya 2025 looks like its having issues with pymel now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Error: file: C:/Users/user/Scripts/statusLine.mel line 35: OSError: file C:\Users\user\PythonScripts\pymel\internal\parsers.py line 801: Cannot find maya documentation. Expected to find it at C:\Program Files\Autodesk\Maya2025\docs\Maya2025\en_US&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 17:56:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12694906#M1858</guid>
      <dc:creator>Craig_Lamorte</dc:creator>
      <dc:date>2024-04-08T17:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pymel not working in maya 2025</title>
      <link>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12695323#M1859</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4538530"&gt;@Craig_Lamorte&lt;/a&gt;&lt;/SPAN&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for bringing this issue to the forums, sorry that Pymel is giving you trouble &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;While I'm not noting any changes to the file location of the Python Libraries in the &lt;A href="https://help.autodesk.com/view/MAYAUL/2025/ENU/?guid=GUID-2AA5EFCE-53B1-46A0-8E43-4CD0B2C72FB4" target="_blank"&gt;&lt;STRONG&gt;Maya 2025 documentation here&lt;/STRONG&gt;&lt;/A&gt;, it might be worth seeing if the library is where it's looking for it in the path you posted above, and if you did, is the library there, or not?&lt;BR /&gt;&lt;BR /&gt;I'm also noting that on &lt;A href="https://pypi.org/project/pymel/" target="_blank"&gt;&lt;STRONG&gt;the Python project here&lt;/STRONG&gt;&lt;/A&gt;, it doesn't list Maya 2025 yet in it's supported version, not sure why, it might be that it takes them some time to catch up.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I will ask the Maya dev team and get back to you!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 22:22:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12695323#M1859</guid>
      <dc:creator>hagen.deloss</dc:creator>
      <dc:date>2024-04-08T22:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pymel not working in maya 2025</title>
      <link>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12695474#M1860</link>
      <description>&lt;P&gt;yeah i also noticed that it only lists up to maya2024 as supported.&amp;nbsp; I have also tried doing this 2 ways.&amp;nbsp; The first time, and how I did it for maya 2024 is I just dropped the pymel package into our folder where all of our custom python scripts reside, that we point maya to.&amp;nbsp; I also tried to just pip install pymel from mayapy.&amp;nbsp; That didn't work either.&amp;nbsp; Not sure why its pointing to the this docs folder.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 00:50:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12695474#M1860</guid>
      <dc:creator>Craig_Lamorte</dc:creator>
      <dc:date>2024-04-09T00:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pymel not working in maya 2025</title>
      <link>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12697741#M1861</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4538530"&gt;@Craig_Lamorte&lt;/a&gt;&lt;/SPAN&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I reached out to Brent here at Autodesk from your previous 2024 thread, and after discussing, it looks like the GitHub pymel repo hasn't had any work done to support Maya 2025, so yes that is the issue. I would note that pymel is not something Autodesk officially upkeeps, the responsibility is on that maintainer, It's only an integration since python is so widely used.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Wish i had better news!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 21:14:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12697741#M1861</guid>
      <dc:creator>hagen.deloss</dc:creator>
      <dc:date>2024-04-09T21:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pymel not working in maya 2025</title>
      <link>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12767870#M1862</link>
      <description>&lt;P&gt;Any new updates about this?&amp;nbsp;&lt;BR /&gt;Do we know if they are working towards a solution any time soon?&lt;BR /&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 16:20:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12767870#M1862</guid>
      <dc:creator>Mike_Isaakidis</dc:creator>
      <dc:date>2024-05-12T16:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pymel not working in maya 2025</title>
      <link>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12768901#M1863</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4538530"&gt;@Craig_Lamorte&lt;/a&gt;&amp;nbsp;has opened an issue opened for this in the PyMel (open source) repository.&lt;BR /&gt;&lt;A href="https://github.com/LumaPictures/pymel/issues/474" target="_blank"&gt;https://github.com/LumaPictures/pymel/issues/474&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;From reading the comments it looks like some users have found a way to get it installed but no official fix yet.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 08:04:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12768901#M1863</guid>
      <dc:creator>brentmc</dc:creator>
      <dc:date>2024-05-13T08:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pymel not working in maya 2025</title>
      <link>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12929812#M1864</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I'm using this in setup.py for my app and it works for Maya2025.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;install_requires=[
     "pymel @ git+https://github.com/iamsleepy/pymel.git@master",
    ...
]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try this to install it with Maya:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;mayapy -m pip install git+https://github.com/iamsleepy/pymel.git@master&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 22:29:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/12929812#M1864</guid>
      <dc:creator>qatest</dc:creator>
      <dc:date>2024-07-30T22:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pymel not working in maya 2025</title>
      <link>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/13924510#M74805</link>
      <description>&lt;P&gt;谢谢你， Thank you for your answer,&amp;nbsp; solved my problem.&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Nov 2025 03:44:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/pymel-not-working-in-maya-2025/m-p/13924510#M74805</guid>
      <dc:creator>2442095161</dc:creator>
      <dc:date>2025-11-29T03:44:31Z</dc:date>
    </item>
  </channel>
</rss>

