Skip to content
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

Error with Jetson Nano #38

Open
TacHuynh opened this issue Apr 30, 2019 · 1 comment
Open

Error with Jetson Nano #38

TacHuynh opened this issue Apr 30, 2019 · 1 comment

Comments

@TacHuynh
Copy link

When doing a make, I got this error on Jetson Nano.

Scanning dependencies of target jetson-reinforcement
[ 40%] Building CXX object CMakeFiles/jetson-reinforcement.dir/c/aiAgent.cpp.o
[ 42%] Building CXX object CMakeFiles/jetson-reinforcement.dir/c/dqnAgent.cpp.o
[ 44%] Building CXX object CMakeFiles/jetson-reinforcement.dir/c/pyTensor.cpp.o
In file included from /home/jetbot/jetson-reinforcement/c/pyTensor.cpp:6:0:
/home/jetbot/jetson-reinforcement/c/pyTorch.h:15:10: fatal error: THC/THC.h: No such file or directory
#include <THC/THC.h>
^~~~~~~~~~~
compilation terminated.
CMakeFiles/jetson-reinforcement.dir/build.make:117: recipe for target 'CMakeFiles/jetson-reinforcement.dir/c/pyTensor.cpp.o' failed
make[2]: *** [CMakeFiles/jetson-reinforcement.dir/c/pyTensor.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/jetson-reinforcement.dir/all' failed
make[1]: *** [CMakeFiles/jetson-reinforcement.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
jetbot@jetbot:~/jetson-reinforcement/build$

@bmwshop
Copy link

bmwshop commented May 5, 2019

Same problem on TX2 with jetpack 4.2.

note that I had to apt install -y libboost-all-dev qt4-default to first get to get past other errors on the tx2

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

2 participants