Hello,
So I was interested in trying out pyblish as I think it would be something helpful for my workplace and we are also thinking about incorporating ftrack in the future. I’m pretty new to python and setting this kind of thing up so I’ve been running into a couple of issues. FYI I am doing this on windows 10
Following along with the ‘Pyblish by Example’, I installed python 2.7.18 to test out pyblish_maya (as I understand it, since maya uses python 2.7, that’s what I should be using to install all this stuff). I run pip to install pyblish-base, pyblish-maya, and pyblish-lite. Now when I opened up maya (I’m using Maya 2020 but have also been checking with 2019) I don’t get any ‘Publish’ entry under ‘File’ and I get
‘no module for pyblish_maya exists’ error in Maya’s script editor.
I currently have pyblish_maya and pyblish_maya\pythonpath added to my sys environment var. Not sure what else I could be missing.