Open bring-nirachornkul opened 10 months ago
I solved the ninja error with edit the setup.py. Ubuntu 18.04.5 Pytorch 1.10.0 Cuda11.3.1 gcc 7.5.0 g++ 7.5.0
error: subprocess.CalledProcessError: Command '['ninja', '-v', '-j', '12']' returned non-zero exit status 1.
Open the setup.py file and edit this line (cmdclass={"build_ext" :BuildExtension.with_options(use_ninja=False)} ) to False mode. it takes almost long time , but finally will be installed:)
Also check the gcc and g++ versions to be match.
you could have a try!
you could have a try!
I did this before as well. Nothing change. What is your Linux OS version? 18.04 or 20.04?
Failed to install the latest MinkowskiEngine (Dec 2023)
I used this method to install MinkowskiEngine.
CUDA 11.X
We recommend python>=3.6 for installation. First, follow the anaconda documentation to install anaconda on your computer.
My PC spec :
Linux Version :
CPU :
Ram : 64 GBs
also have the same problem
Here is the error :
My pip list are
Conda library list :
gcc -version :
CUDA Version : 11.3