Hello, I have been trying out the Render Pipeline but the python version might be a bit slow. Therefore, I installed the panda sdk and ran setup.py but there was an error.
-------------------------------------------------------------------------------
Render Pipeline Setup 1.3
-------------------------------------------------------------------------------
[ 01 ] Checking Panda3D Modules
[ 02 ] Checking requirements ..
Running script: data/setup/check_requirements.py
The C++ modules of the pipeline are faster and produce better
results, but we will have to compile them. As alternative,
a Python fallback is used, which is slower and produces worse
results. Also some plugins only partially work with the python
fallback (e.g. PSSM). Do you want to compile the C++ modules? (y/n): y
[ 03 ] Downloading the module builder ...
Running script: rpcore/native/update_module_builder.py
[ 04 ] Building the native code .. (This might take a while!)
Running script: rpcore/native/build.py
The thirdparty directory could not be found. You can get it from https://www.panda3d.org/forums/viewtopic.php?f=9&t=18775 by downloading a prebuilt version or by compiling it yourself.
We tried to find a folder or file on the following paths:
[-] C:\Panda3D-1.10.15-x64\thirdparty\win-libs
[-] C:\Panda3D-1.10.15-x64\thirdparty\win-libs-vc14-x64
[-] C:\Panda3D-1.10.15-x64\thirdparty-vc14-x64\win-libs
[-] C:\Panda3D-1.10.15-x64\thirdparty-vc14-x64\win-libs-vc14-x64
[-] C:\thirdparty\win-libs
[-] C:\thirdparty\win-libs-vc14-x64
[-] C:\thirdparty-vc14-x64\win-libs
[-] C:\thirdparty-vc14-x64\win-libs-vc14-x64
[-] C:\thirdparty\win-libs
[-] C:\thirdparty\win-libs-vc14-x64
[-] C:\thirdparty-vc14-x64\win-libs
[-] C:\thirdparty-vc14-x64\win-libs-vc14-x64
[-] C:\Panda3D-1.10.15-x64\thirdparty\thirdparty\win-libs
[-] C:\Panda3D-1.10.15-x64\thirdparty\thirdparty\win-libs-vc14-x64
[-] C:\Panda3D-1.10.15-x64\thirdparty\thirdparty-vc14-x64\win-libs
[-] C:\Panda3D-1.10.15-x64\thirdparty\thirdparty-vc14-x64\win-libs-vc14-x64
[-] C:\Panda3D-1.10.15-x64\thirdparty-vc14-x64\thirdparty\win-libs
[-] C:\Panda3D-1.10.15-x64\thirdparty-vc14-x64\thirdparty\win-libs-vc14-x64
[-] C:\Panda3D-1.10.15-x64\thirdparty-vc14-x64\thirdparty-vc14-x64\win-libs
[-] C:\Panda3D-1.10.15-x64\thirdparty-vc14-x64\thirdparty-vc14-x64\win-libs-vc14-x64
[!] FATAL ERROR: Failed to locate path
Failed to execute 'build.py'
Output: Command '['C:\\Panda3D-1.10.15-x64\\python\\ppython.exe', '-B', 'build.py']' returned non-zero exit status 1.
Creating directory C:\Users\fr5ct\Downloads\RenderPipeline\rpcore\native\win_amd64_panda1.10.15_py37_vc140
It seems the setup failed, do you want to open the troubleshooting page for this step? (y/n):
The error provided a link for me to download something, but the links inside the forum are not working and also where do I put the files I have downloaded?
Thank you.