Closed herronelou closed 1 month ago
Hi @herronelou, What python version are you using? What are the issues with rez (is it that I declare the namespace nuke_parser
)? I'm using an in-house package manager at work.
I'm on python 3.9.13 in this case.
Regarding Rez, not so much of a problem as much as a choice, I want to have this as 2 separate packages, so that I can use the parser without introducing Qt dependencies, and I wanted them to each have their namespace, so I change the structure a bit so that the imports are just nkview
instead of nuke_parser.nkview
.
I don't need you to make any changes to your repo for my namespace changes, it was just in case I may have changed a line number for the stack trace above.
Hi @maxWiklund , really interesting repo. I'm working on getting it spun up to do some testing, and ran into this error:
I don't think I've changed any line numbers, although I did have to make a few minor tweaks here and there to get this working in Rez as 2 independent packages.
I'm running on this on Windows 10 with PySide2, I haven't tried with Pyside6 yet as I don't have that fully setup yet.
I'm going around that issue by changing the values of INT_MAX and INT_MIN, but I thought I'd report it regardless.
Cheers.