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 installation #5

Open
anasBahou opened this issue Jul 24, 2019 · 2 comments
Open

error installation #5

anasBahou opened this issue Jul 24, 2019 · 2 comments

Comments

@anasBahou
Copy link

anasBahou commented Jul 24, 2019

I've got this error :

jetson-nano@jetsonnano-desktop:~/deepstream_reference_apps/yolo/apps/trt-yolo/build$ cmake -D CMAKE_BUILD_TYPE=Release ..

-- Found TensorRT headers at /usr/include/aarch64-linux-gnu
-- Found TensorRT libs at /usr/lib/aarch64-linux-gnu/libnvinfer.so;/usr/lib/aarch64-linux-gnu/libnvinfer_plugin.so
CMake Error at CMakeLists.txt:73 (add_subdirectory):
add_subdirectory given source
"/home/jetson-nano/deepstream_reference_apps/yolo/apps/../../lib" which is
not an existing directory.

Please help me figure this out.

@mosheliv
Copy link
Owner

hmmm strange, it should refer to /home/jetson-nano/deepstream_reference_apps/yolo/lib and its going one level too high.
Can you please try repeating the process from the start? removing the directory tree and recloning the deepstream repository? I think the problem is some cached cmake files.

@anasBahou
Copy link
Author

thanks. It solved the problem

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