You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: file C:\Program Files\Autodesk\Maya2023\Python\lib\site-packages\pykakasi\legacy.py line 74: deprecated() got an unexpected keyword argument 'version'
Hello, I followed the instructions ["『mmdpaimaya』 MMDとmayaの とのでモデルをㇹするスクリププる Python]. (I used maya2023, mmdpaimaya plug-in 3.1.1)
But when I run the following code in python of maya 2023, import mmdpaimaya
mmdpaimaya.yamikuma()
Maya hinted at this error!
TypeError: file C:\Program Files\Autodesk\Maya2023\Python\lib\site-packages\pykakasi\legacy.py line 74: deprecated() got an unexpected keyword argument 'version'
I looked everywhere, but I couldn't find a solution. Common errors are these two kinds. line8: No module named 'pykakasi'#
line7: No module named `pymel’ #
They can all be solved by "correct plug-in version" and "installing pykakasi"
But I didn't find a solution from other people who reported the same' version' error problem.
So please help me! I want to use this plugin! I think it may be the best plug-in to solve the problem of transforming mmd model into maya at present!
Besides, I don't know if this plug-in can support "plug-ins" loading in the future. This loading seems to be more "stable"? I don't know. I don't know how to program. I'm just guessing.
The text was updated successfully, but these errors were encountered:
TypeError: file C:\Program Files\Autodesk\Maya2023\Python\lib\site-packages\pykakasi\legacy.py line 74: deprecated() got an unexpected keyword argument 'version'
Hello, I followed the instructions ["『mmdpaimaya』 MMDとmayaの とのでモデルをㇹするスクリププる Python]. (I used maya2023, mmdpaimaya plug-in 3.1.1)
But when I run the following code in python of maya 2023,
import mmdpaimaya
mmdpaimaya.yamikuma()
Maya hinted at this error!
TypeError: file C:\Program Files\Autodesk\Maya2023\Python\lib\site-packages\pykakasi\legacy.py line 74: deprecated() got an unexpected keyword argument 'version'
I looked everywhere, but I couldn't find a solution. Common errors are these two kinds.
line8: No module named 'pykakasi'#
line7: No module named `pymel’ #
They can all be solved by "correct plug-in version" and "installing pykakasi"
But I didn't find a solution from other people who reported the same' version' error problem.
So please help me! I want to use this plugin! I think it may be the best plug-in to solve the problem of transforming mmd model into maya at present!
Besides, I don't know if this plug-in can support "plug-ins" loading in the future. This loading seems to be more "stable"? I don't know. I don't know how to program. I'm just guessing.
The text was updated successfully, but these errors were encountered: