phyblas / mmdpaimaya

MMDのモデルをMayaの中に読み込んだり、Mayaで作られたモデルをMMDモデルファイル(.pmx)に書き出したりするスクリプトです。
https://qiita.com/phyblas/items/53161a1d83ec3d81f649
51 stars 13 forks source link

TypeError:...line 74: deprecated() got an unexpected keyword argument 'version' #3

Open 3102603916 opened 10 months ago

3102603916 commented 10 months ago

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.