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
For DCC App package like Maya, Houdini, Nuke or any other that ships with their own PySide Qt bindings, should exclude PySide/2 in package requires explicitly for avoid conflict.
# package.pyrequires= [
"!PySide",
"!PySide2",
]
PyQt4/5 is fine, they don't use it.
The text was updated successfully, but these errors were encountered:
For DCC App package like Maya, Houdini, Nuke or any other that ships with their own PySide Qt bindings, should exclude PySide/2 in package
requires
explicitly for avoid conflict.PyQt4/5
is fine, they don't use it.The text was updated successfully, but these errors were encountered: