Skip to content

Pyoptimx installation error #5

@Wangweiliii

Description

@Wangweiliii

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions