I'm trying to install on ubuntu 16.04, python3.6, cuda11.0, and I'm getting the following error. Do you have any idea why these files would be missing? TY~
(ipercore) ubun@ubun-MS-7C82:~/Downloads/neural_renderer-torch-1.5.0-$ python setup.py install
running install
running bdist_egg
running egg_info
writing neural_renderer.egg-info/PKG-INFO
writing dependency_links to neural_renderer.egg-info/dependency_links.txt
writing requirements to neural_renderer.egg-info/requires.txt
writing top-level names to neural_renderer.egg-info/top_level.txt
reading manifest file 'neural_renderer.egg-info/SOURCES.txt'
writing manifest file 'neural_renderer.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
running build_ext
building 'neural_renderer.cuda.load_textures' extension
Emitting ninja build file /home/ubun/Downloads/neural_renderer-torch-1.5.0-/build/temp.linux-x86_64-3.6/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
1.10.2
g++ -pthread -shared -B /home/ubun/anaconda3/envs/ipercore/compiler_compat -L/home/ubun/anaconda3/envs/ipercore/lib -Wl,-rpath=/home/ubun/anaconda3/envs/ipercore/lib -Wl,--no-as-needed -Wl,--sysroot=/ /home/ubun/Downloads/neural_renderer-torch-1.5.0-/build/temp.linux-x86_64-3.6/neural_renderer/cuda/load_textures_cuda.o /home/ubun/Downloads/neural_renderer-torch-1.5.0-/build/temp.linux-x86_64-3.6/neural_renderer/cuda/load_textures_cuda_kernel.o -L/home/ubun/anaconda3/envs/ipercore/lib/python3.6/site-packages/torch/lib -L/usr/local/cuda-11.0/lib64 -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda -o build/lib.linux-x86_64-3.6/neural_renderer/cuda/load_textures.cpython-36m-x86_64-linux-gnu.so
g++: error: /home/ubun/Downloads/neural_renderer-torch-1.5.0-/build/temp.linux-x86_64-3.6/neural_renderer/cuda/load_textures_cuda.o: No such file or directory
g++: error: /home/ubun/Downloads/neural_renderer-torch-1.5.0-/build/temp.linux-x86_64-3.6/neural_renderer/cuda/load_textures_cuda_kernel.o: No such file or directory
error: command 'g++' failed with exit status 1
I'm trying to install on ubuntu 16.04, python3.6, cuda11.0, and I'm getting the following error. Do you have any idea why these files would be missing? TY~
(ipercore) ubun@ubun-MS-7C82:~/Downloads/neural_renderer-torch-1.5.0-$ python setup.py install
running install
running bdist_egg
running egg_info
writing neural_renderer.egg-info/PKG-INFO
writing dependency_links to neural_renderer.egg-info/dependency_links.txt
writing requirements to neural_renderer.egg-info/requires.txt
writing top-level names to neural_renderer.egg-info/top_level.txt
reading manifest file 'neural_renderer.egg-info/SOURCES.txt'
writing manifest file 'neural_renderer.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
running build_ext
building 'neural_renderer.cuda.load_textures' extension
Emitting ninja build file /home/ubun/Downloads/neural_renderer-torch-1.5.0-/build/temp.linux-x86_64-3.6/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
1.10.2
g++ -pthread -shared -B /home/ubun/anaconda3/envs/ipercore/compiler_compat -L/home/ubun/anaconda3/envs/ipercore/lib -Wl,-rpath=/home/ubun/anaconda3/envs/ipercore/lib -Wl,--no-as-needed -Wl,--sysroot=/ /home/ubun/Downloads/neural_renderer-torch-1.5.0-/build/temp.linux-x86_64-3.6/neural_renderer/cuda/load_textures_cuda.o /home/ubun/Downloads/neural_renderer-torch-1.5.0-/build/temp.linux-x86_64-3.6/neural_renderer/cuda/load_textures_cuda_kernel.o -L/home/ubun/anaconda3/envs/ipercore/lib/python3.6/site-packages/torch/lib -L/usr/local/cuda-11.0/lib64 -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda -o build/lib.linux-x86_64-3.6/neural_renderer/cuda/load_textures.cpython-36m-x86_64-linux-gnu.so
g++: error: /home/ubun/Downloads/neural_renderer-torch-1.5.0-/build/temp.linux-x86_64-3.6/neural_renderer/cuda/load_textures_cuda.o: No such file or directory
g++: error: /home/ubun/Downloads/neural_renderer-torch-1.5.0-/build/temp.linux-x86_64-3.6/neural_renderer/cuda/load_textures_cuda_kernel.o: No such file or directory
error: command 'g++' failed with exit status 1