Skip to content

Pyoptimx installation error #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Wangweiliii opened this issue Jun 7, 2023 · 0 comments
Open

Pyoptimx installation error #5

Wangweiliii opened this issue Jun 7, 2023 · 0 comments

Comments

@Wangweiliii
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant