Python version SDK 1.10.15

Maybe this is a silly question but I am a bit confused about this. I have a question about the required python version for use of simplepbr and complexpbr. As I understand it, from the github of simplepbr, a python version of at least 3.9 is required, while for complexpbr at least 3.10 is needed. The latest SDK 1.10.15 of panda has a python version 3.7.9 installed. Does that mean that, if I want to use simplepbr or complexpbr I have to upgrade to a higher version of python? I tried that but then I run in version conflicts in panda3d core…

You’re not interpreting the situation correctly. In fact, the python that comes with the SDK has nothing to do with the problem, since it’s all about bindings (files .pyd) When installing the SDK, you need to select the python version of the bindings. Accordingly, you can install Python separately for the desired version.

Ah, I see. Thank you, that worked.