-
Notifications
You must be signed in to change notification settings - Fork 7
Description
hey!
I tried to install Optix, but when I installed setup.py, I encountered the following error:
######################
Traceback (most recent call last):
File "setup.py", line 193, in
main()
File "setup.py", line 156, in main
sources, include_dirs, library_dirs, libraries = extension_prebuild()
File "setup.py", line 129, in extension_prebuild
raise OSError('Boost.Python library not found. Add its path to ldconfig or LD_LIBRARY_PATH.')
OSError: Boost.Python library not found. Add its path to ldconfig or LD_LIBRARY_PATH.
#######################
But I have added the path related to Boost.Python to the LD_LIBRARY_PATH(libboost_python38.so in path usr/lib/x86_64-linux-gnu ):
$ echo $LD_LIBRARY_PATH
/usr/local/lib::/usr/local/cuda/lib64:/usr/local/NVIDIA-OptiX-SDK-5.1.0-linux64/lib64:/usr/share/doc/libboost-python-dev:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu
Looking forward to receiving a response!