Hello.
I am looking to use the Optix Python bindings from
The installation is
Windows 11 24H2
CUDA - 12.9 - 576
Optix - 9.0.0
The optix module version 0.0.1 builds and installs.
But running python hello.py example results in
Traceback (most recent call last):
File "C:\********\otk-pyoptix\examples\hello.py", line 8, in <module>
import optix
ImportError: DLL load failed while importing optix: The specified module could not be found.
I installed the 12* version of the cupy and cuda-python and cuda-bindings python packages, latest ones are 13*. I am assuming they are in sync with the CUDA releases.
Also the README suggests pip install pynvrtc. There is no package by that name but there is a nvidia-cuda-nvrtc
Here is the output of pip list
Package Version
---------------------- -------
colorama 0.4.6
cuda-bindings 12.9.2
cuda-pathfinder 1.3.0
cuda-python 12.9.2
cupy-cuda12x 13.6.0
fastrlock 0.8.3
iniconfig 2.1.0
numpy 2.3.3
nvidia-cuda-nvrtc-cu12 12.9.86
optix 0.0.1
packaging 25.0
pillow 11.3.0
pip 25.2
pluggy 1.6.0
Pygments 2.19.2
pytest 8.4.2
pywin32 311
Thank you for reading and for you help.
Let me know if you need more information.
Cheers