-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Module named enum on python 3 #5
Comments
You can have multiple python interpreters in your system, but Maya 2020 is packaged with python 2, therefore, you would still need to pip install enum34 |
You can also check the version of python you are using in maya by running
|
Alright spent all night trying to figure out how to get enum34 installed for maya to no avail. Do I install it via mayapy script? Because I've tried that and I keep getting a syntax error. |
I personally used pycharm to install package, just need to pick the correct interpreter, but installing using mayapy should work, make sure you are running from admin: https://knowledge.autodesk.com/support/maya/learn-explore/caas/CloudHelp/cloudhelp/2022/ENU/Maya-Scripting/files/GUID-72A245EC-CDB4-46AB-BEE0-4BBBF9791627-htm.html it also helps to attach your command and syntax error message |
Hey was trying your tool autoRigger Enum34 installed in python3 Tried installing python 2.7 but windows 11 terminal cannot recognise python version. It was not even showing that python is installed in system Please help |
mayapy is the python shipped with maya, it's probably python 2 since you are using 2020, you need to install the enum34 package to where mayapy can locate. the other python installed on your system have nothing to do with the python maya is using |
Hola! Just wanted to try this rigging tool and I have run across a problem. I followed the instructions in installing the scripts and have updated my Python to the latest version however I keep getting this error:
# Error: ImportError: file H:/Documents/maya/2020/scripts\autoRigger\constant.py line 3: No module named enum
I am using Maya 2020. Thanks!
The text was updated successfully, but these errors were encountered: