安装neural_render_pytorch失败

如何解决安装neural_render_pytorch失败

我尝试通过命令“pip install neural_renderer_pytorch”安装neural_render_pytorch。 但是有一个很大的错误,我不明白。 错误信息:

    Running setup.py install for neural-renderer-pytorch ... error
ERROR: Command errored out with exit status 1:
 command: /home/danyilzozulia/PycharmProjects/test/venv/bin/python -u -c 'import sys,setuptools,tokenize; sys.argv[0] = '"'"'/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/setup.py'"'"'; __file__='"'"'/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/setup.py'"'"';f=getattr(tokenize,'"'"'open'"'"',open)(__file__);code=f.read().replace('"'"'\r\n'"'"','"'"'\n'"'"');f.close();exec(compile(code,__file__,'"'"'exec'"'"'))' install --record /tmp/pip-record-ilhc49xm/install-record.txt --single-version-externally-managed --compile --install-headers /home/danyilzozulia/PycharmProjects/test/venv/include/site/python3.8/neural-renderer-pytorch
     cwd: /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/
Complete output (209 lines):
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/load_obj.py -> build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/projection.py -> build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/look.py -> build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/mesh.py -> build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/vertices_to_faces.py -> build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/perspective.py -> build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/look_at.py -> build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/renderer.py -> build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/get_points_from_angles.py -> build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/rasterize.py -> build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/__init__.py -> build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/lighting.py -> build/lib.linux-x86_64-3.8/neural_renderer
copying neural_renderer/save_obj.py -> build/lib.linux-x86_64-3.8/neural_renderer
creating build/lib.linux-x86_64-3.8/neural_renderer/cuda
copying neural_renderer/cuda/__init__.py -> build/lib.linux-x86_64-3.8/neural_renderer/cuda
running build_ext
building 'neural_renderer.cuda.load_textures' extension
creating /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8
creating /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/neural_renderer
creating /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/neural_renderer/cuda
Emitting ninja build file /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
[1/2] /usr/bin/nvcc --generate-dependencies-with-compile --dependency-output /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/neural_renderer/cuda/load_textures_cuda_kernel.o.d -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/TH -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/THC -I/home/danyilzozulia/PycharmProjects/test/venv/include -I/usr/include/python3.8 -c -c /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda_kernel.cu -o /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/neural_renderer/cuda/load_textures_cuda_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=load_textures -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61 -std=c++14
FAILED: /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/neural_renderer/cuda/load_textures_cuda_kernel.o
/usr/bin/nvcc --generate-dependencies-with-compile --dependency-output /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/neural_renderer/cuda/load_textures_cuda_kernel.o.d -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/TH -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/THC -I/home/danyilzozulia/PycharmProjects/test/venv/include -I/usr/include/python3.8 -c -c /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda_kernel.cu -o /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/neural_renderer/cuda/load_textures_cuda_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=load_textures -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
nvcc fatal   : Unknown option '-generate-dependencies-with-compile'
[2/2] c++ -MMD -MF /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/neural_renderer/cuda/load_textures_cuda.o.d -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/TH -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/THC -I/home/danyilzozulia/PycharmProjects/test/venv/include -I/usr/include/python3.8 -c -c /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp -o /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/neural_renderer/cuda/load_textures_cuda.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=load_textures -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
FAILED: /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/neural_renderer/cuda/load_textures_cuda.o
c++ -MMD -MF /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/neural_renderer/cuda/load_textures_cuda.o.d -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/TH -I/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/THC -I/home/danyilzozulia/PycharmProjects/test/venv/include -I/usr/include/python3.8 -c -c /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp -o /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/build/temp.linux-x86_64-3.8/neural_renderer/cuda/load_textures_cuda.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=load_textures -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
In file included from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/ATen/Parallel.h:140,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/utils.h:3,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/nn/cloneable.h:5,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/nn.h:3,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:13,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,from /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:1:
/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/ATen/ParallelOpenMP.h:83: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
   83 | #pragma omp parallel for if ((end - begin) >= grain_size)
      |
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp: In function ‘at::Tensor load_textures(at::Tensor,at::Tensor,int,int)’:
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:15:39: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(),which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(),that is now available from Tensor itself,so instead of tensor.type().scalar_type(),use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   15 | #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(),#x " must be a CUDA tensor")
      |                                       ^
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:17:24: note: in expansion of macro ‘CHECK_CUDA’
   17 | #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
      |                        ^~~~~~~~~~
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:28:5: note: in expansion of macro ‘CHECK_INPUT’
   28 |     CHECK_INPUT(image);
      |     ^~~~~~~~~~~
In file included from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/ATen/Context.h:4,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/ATen/ATen.h:9,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:3,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:8,from /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:1:
/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:303:30: note: declared here
  303 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:15:23: error: ‘AT_CHECK’ was not declared in this scope; did you mean ‘DCHECK’?
   15 | #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(),#x " must be a CUDA tensor")
      |                       ^~~~~~~~
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:15:23: note: in definition of macro ‘CHECK_CUDA’
   15 | #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(),#x " must be a CUDA tensor")
      |                       ^~~~~~~~
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:28:5: note: in expansion of macro ‘CHECK_INPUT’
   28 |     CHECK_INPUT(image);
      |     ^~~~~~~~~~~
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:15:39: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(),#x " must be a CUDA tensor")
      |                                       ^
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:17:24: note: in expansion of macro ‘CHECK_CUDA’
   17 | #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
      |                        ^~~~~~~~~~
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:29:5: note: in expansion of macro ‘CHECK_INPUT’
   29 |     CHECK_INPUT(faces);
      |     ^~~~~~~~~~~
In file included from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3,from /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:1:
/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:303:30: note: declared here
  303 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:15:39: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(),#x " must be a CUDA tensor")
      |                                       ^
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:17:24: note: in expansion of macro ‘CHECK_CUDA’
   17 | #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
      |                        ^~~~~~~~~~
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:30:5: note: in expansion of macro ‘CHECK_INPUT’
   30 |     CHECK_INPUT(is_update);
      |     ^~~~~~~~~~~
In file included from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3,#x " must be a CUDA tensor")
      |                                       ^
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:17:24: note: in expansion of macro ‘CHECK_CUDA’
   17 | #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
      |                        ^~~~~~~~~~
/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:31:5: note: in expansion of macro ‘CHECK_INPUT’
   31 |     CHECK_INPUT(textures);
      |     ^~~~~~~~~~~
In file included from /home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3,from /tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/neural_renderer/cuda/load_textures_cuda.cpp:1:
/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:303:30: note: declared here
  303 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
  File "/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/utils/cpp_extension.py",line 1667,in _run_ninja_build
    subprocess.run(
  File "/usr/lib/python3.8/subprocess.py",line 512,in run
    raise CalledProcessError(retcode,process.args,subprocess.CalledProcessError: Command '['ninja','-v']' returned non-zero exit status 1.

上述异常是以下异常的直接原因:

Traceback (most recent call last):
  File "<string>",line 1,in <module>
  File "/tmp/pip-install-bhf3anci/neural-renderer-pytorch_8cf9e80a49224bd798a82d088a984e58/setup.py",line 29,in <module>
    setup(
  File "/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/setuptools/__init__.py",line 153,in setup
    return distutils.core.setup(**attrs)
  File "/usr/lib/python3.8/distutils/core.py",line 148,in setup
    dist.run_commands()
  File "/usr/lib/python3.8/distutils/dist.py",line 966,in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.8/distutils/dist.py",line 985,in run_command
    cmd_obj.run()
  File "/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/setuptools/command/install.py",line 61,in run
    return orig.install.run(self)
  File "/usr/lib/python3.8/distutils/command/install.py",line 589,in run
    self.run_command('build')
  File "/usr/lib/python3.8/distutils/cmd.py",line 313,in run_command
    self.distribution.run_command(command)
  File "/usr/lib/python3.8/distutils/dist.py",in run_command
    cmd_obj.run()
  File "/usr/lib/python3.8/distutils/command/build.py",line 135,in run
    self.run_command(cmd_name)
  File "/usr/lib/python3.8/distutils/cmd.py",in run_command
    cmd_obj.run()
  File "/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/setuptools/command/build_ext.py",line 79,in run
    _build_ext.run(self)
  File "/usr/lib/python3.8/distutils/command/build_ext.py",line 340,in run
    self.build_extensions()
  File "/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/utils/cpp_extension.py",line 708,in build_extensions
    build_ext.build_extensions(self)
  File "/usr/lib/python3.8/distutils/command/build_ext.py",line 449,in build_extensions
    self._build_extensions_serial()
  File "/usr/lib/python3.8/distutils/command/build_ext.py",line 474,in _build_extensions_serial
    self.build_extension(ext)
  File "/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/setuptools/command/build_ext.py",line 196,in build_extension
    _build_ext.build_extension(self,ext)
  File "/usr/lib/python3.8/distutils/command/build_ext.py",line 528,in build_extension
    objects = self.compiler.compile(sources,File "/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/utils/cpp_extension.py",line 529,in unix_wrap_ninja_compile
    _write_ninja_file_and_compile_objects(
  File "/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/utils/cpp_extension.py",line 1354,in _write_ninja_file_and_compile_objects
    _run_ninja_build(
  File "/home/danyilzozulia/PycharmProjects/test/venv/lib/python3.8/site-packages/torch/utils/cpp_extension.py",line 1683,in _run_ninja_build
    raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension

我是 CUDA 和 pytorch 的新手,所以请您帮忙解决这个问题。 我使用的是 CUDA V10.1、pytorch V1.8.0、putorch3d 0.3.0。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


依赖报错 idea导入项目后依赖报错,解决方案:https://blog.csdn.net/weixin_42420249/article/details/81191861 依赖版本报错:更换其他版本 无法下载依赖可参考:https://blog.csdn.net/weixin_42628809/a
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下 2021-12-03 13:33:33.927 ERROR 7228 [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPL
错误1:gradle项目控制台输出为乱码 # 解决方案:https://blog.csdn.net/weixin_43501566/article/details/112482302 # 在gradle-wrapper.properties 添加以下内容 org.gradle.jvmargs=-Df
错误还原:在查询的过程中,传入的workType为0时,该条件不起作用 &lt;select id=&quot;xxx&quot;&gt; SELECT di.id, di.name, di.work_type, di.updated... &lt;where&gt; &lt;if test=&qu
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct redisServer’没有名为‘server_cpulist’的成员 redisSetCpuAffinity(server.server_cpulist); ^ server.c: 在函数‘hasActiveC
解决方案1 1、改项目中.idea/workspace.xml配置文件,增加dynamic.classpath参数 2、搜索PropertiesComponent,添加如下 &lt;property name=&quot;dynamic.classpath&quot; value=&quot;tru
删除根组件app.vue中的默认代码后报错:Module Error (from ./node_modules/eslint-loader/index.js): 解决方案:关闭ESlint代码检测,在项目根目录创建vue.config.js,在文件中添加 module.exports = { lin
查看spark默认的python版本 [root@master day27]# pyspark /home/software/spark-2.3.4-bin-hadoop2.7/conf/spark-env.sh: line 2: /usr/local/hadoop/bin/hadoop: No s
使用本地python环境可以成功执行 import pandas as pd import matplotlib.pyplot as plt # 设置字体 plt.rcParams[&#39;font.sans-serif&#39;] = [&#39;SimHei&#39;] # 能正确显示负号 p
错误1:Request method ‘DELETE‘ not supported 错误还原:controller层有一个接口,访问该接口时报错:Request method ‘DELETE‘ not supported 错误原因:没有接收到前端传入的参数,修改为如下 参考 错误2:cannot r
错误1:启动docker镜像时报错:Error response from daemon: driver failed programming external connectivity on endpoint quirky_allen 解决方法:重启docker -&gt; systemctl r
错误1:private field ‘xxx‘ is never assigned 按Altʾnter快捷键,选择第2项 参考:https://blog.csdn.net/shi_hong_fei_hei/article/details/88814070 错误2:启动时报错,不能找到主启动类 #
报错如下,通过源不能下载,最后警告pip需升级版本 Requirement already satisfied: pip in c:\users\ychen\appdata\local\programs\python\python310\lib\site-packages (22.0.4) Coll
错误1:maven打包报错 错误还原:使用maven打包项目时报错如下 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources)
错误1:服务调用时报错 服务消费者模块assess通过openFeign调用服务提供者模块hires 如下为服务提供者模块hires的控制层接口 @RestController @RequestMapping(&quot;/hires&quot;) public class FeignControl
错误1:运行项目后报如下错误 解决方案 报错2:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project sb 解决方案:在pom.
参考 错误原因 过滤器或拦截器在生效时,redisTemplate还没有注入 解决方案:在注入容器时就生效 @Component //项目运行时就注入Spring容器 public class RedisBean { @Resource private RedisTemplate&lt;String
使用vite构建项目报错 C:\Users\ychen\work&gt;npm init @vitejs/app @vitejs/create-app is deprecated, use npm init vite instead C:\Users\ychen\AppData\Local\npm-