我正在从源代码构建 PyTorch,因为 pip 或 conda 中的软件包不支持我的 GPU 卡。
我在Ubuntu 20.04
。我按照以下说明操作:
我收到此错误。我搜索了互联网,但没有有用的指针。
有很多错误,如下所示:
CMake Error at modules/observers/CMakeLists.txt:12 (add_library):
The install of the caffe2_observers target requires changing an RPATH from
the build tree, but this is not supported with the Ninja generator unless
on an ELF-based platform. The CMAKE_BUILD_WITH_INSTALL_RPATH variable may
be set to avoid this relinking step.
知道如何解决这个问题。我已经尝试设置如下环境变量,但没有帮助。
$ export CMAKE_BUILD_WITH_INSTALL_RPATH=On
$ echo ${CMAKE_BUILD_WITH_INSTALL_RPATH}
On
答案 0 :(得分:0)
我发现安装 cmake 可以解决问题。
sudo apt install cmake