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
Hey I know this is old, but my .show() is spitting out
Setting up Pyblish QML in Blender uninstalling.. Installing.. Using Python @ 'C:\Users\*\AppData\Local\Microsoft\WindowsApps\python3.10.exe' Using PyQt5 @ 'None' Targets: default C:\Users\*\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe: No module named pyblish_qml
Any idea what might cause this, I found this pyblish/pyblish-maya#71 but it didn't seem to work for me
The text was updated successfully, but these errors were encountered:
Hi, that is because it can't find pyblish_qml. You could try installing pyblish QML the same way as you installed this (pip install ...?). As I haven't used this myself for a long time, I'm not sure how 'up-to-date' the code is.
Personally I would suggest using Pyblish QML directly. Setting up a menu item for launching Pyblish should be fairly trivial.
Hey I know this is old, but my .show() is spitting out
Setting up Pyblish QML in Blender uninstalling.. Installing.. Using Python @ 'C:\Users\*\AppData\Local\Microsoft\WindowsApps\python3.10.exe' Using PyQt5 @ 'None' Targets: default C:\Users\*\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe: No module named pyblish_qml
Any idea what might cause this, I found this pyblish/pyblish-maya#71 but it didn't seem to work for me
The text was updated successfully, but these errors were encountered: