pytorch-cpp-rl icon indicating copy to clipboard operation
pytorch-cpp-rl copied to clipboard

cmake fails

Open PcChip opened this issue 2 years ago • 1 comments

Hello,

I'm getting the following error when trying to use cmake:

CMake Error in CMakeLists.txt: Imported target "torch" includes non-existent path

"C:/Program Files/NVIDIA Corporation/NvToolsExt/include"

in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:

  • The path was deleted, renamed, or moved to another location.

  • An install or uninstall procedure did not complete successfully.

  • The installation package was faulty and references files it does not provide.

PcChip avatar Oct 01 '23 19:10 PcChip

update: I "solved" this by copying the nvxt include files to the location it was looking... dirty hack but it works!

PcChip avatar Oct 01 '23 20:10 PcChip