Skip to content
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

installer fails on maya 2022.1 #27

Open
supamonke opened this issue Aug 27, 2021 · 0 comments
Open

installer fails on maya 2022.1 #27

supamonke opened this issue Aug 27, 2021 · 0 comments

Comments

@supamonke
Copy link

Error code follows, seems to be an issue with Maya 2022's python 3 default, and urllib2 no longer being available.
From https://docs.python.org/2/library/urllib2.html :
"The urllib2 module has been split across several modules in Python 3 named urllib.request and urllib.error. The 2to3 tool will automatically adapt imports when converting your sources to Python 3."

Error:
... installCrossPlatformGUI.mel line 1: ModuleNotFoundError: file C:\Program Files\Autodesk\Maya2022\Python37\lib\site-packages\shiboken2\files.dir\shibokensupport_feature_.py line 142: No module named 'urllib2' #

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant