You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to install install_pycuda.sh but I get error like this: /usr/bin/ld: cannot find -lboost_python*-py3? collect2: error: ld returned 1 exit status error: command 'x86_64-linux-gnu-g++' failed with exit status 1 make: *** [Makefile:6: all] Error 1 Python: 3.8.10
Cuda: 11.6
TensorRT: 8.4.2-1
The text was updated successfully, but these errors were encountered:
I had the same issue. If you look at line 21 this refers to the boost_pylib path, so you need to find where this is on your computer.
To exemplify, heres how I changed my path
Hi, I would like to install
install_pycuda.sh
but I get error like this:/usr/bin/ld: cannot find -lboost_python*-py3? collect2: error: ld returned 1 exit status error: command 'x86_64-linux-gnu-g++' failed with exit status 1 make: *** [Makefile:6: all] Error 1
Python: 3.8.10
Cuda: 11.6
TensorRT: 8.4.2-1
The text was updated successfully, but these errors were encountered: