Render Pipeline Installation Error

Hello, I have a problem when I try to install Render Pipeline, I installed Panda 3D via the setup EXE file, I downloaded the Render Pipeline Github Repository, but when I try to run the setup.py of Render Pipeline:

E:\Ablage_1\Henning\Panda3D\render_pipeline>ppython setup.py

[!!!] CORE                    Could not find cxx flag, please run the setup.py!


E:\Ablage_1\Henning\Panda3D\render_pipeline>

I already ran check_requirements.py, and everything is fine there.
I have no idea what the issue could be. Thanks for the help in advance!

PS: Sorry for my bad english XD

You can try to install it with pip.
I have made a WHL package by myself while it’s not yet merged into the main repository.

pip install https://github.com/kitsune-ONE-team/RenderPipeline/releases/download/v1.3.3/render_pipeline-1.3.3-py3-none-any.whl
2 Likes