Omegastick/pytorch-cpp-rl

cmake fails

PcChip opened this issue · 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.

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