plugget / plugget-qt-maya-plugin

Apache License 2.0
2 stars 0 forks source link

clash pyside 2 and 6 #14

Closed hannesdelbeke closed 1 month ago

hannesdelbeke commented 1 month ago

old maya uses pysdie 2, new uses 6 currently plugget doesn't handle this well. figure out how to add requirments, and custom manifests for them. might just say version manifests for now and let user decide?

hannesdelbeke commented 1 month ago

https://github.com/plugget/plugget-pkgs/blob/main/maya/plugget-qt-maya-plugin/0.0.1.json

{
"repo_url": "https://github.com/plugget/plugget-qt-maya-plugin",
  "repo_paths" : ["plugget_qt_maya_plugin.py"]
}

https://github.com/plugget/plugget-qt-maya-plugin plugget-qt-maya-plugin requires only plugget-qt, which only requires plugget plugget-qt-maya-plugin imports shiboken2, so that causes the issue

hannesdelbeke commented 1 month ago

FIXED n tested