-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Could not build wheels for pytorch3d, which is required to install pyproject.toml-based projects | Suggested methods in Issue #1734 did not help #1770
Comments
Let's focus on this problem here, not elsewhere. I think we need to look at something you've removed in the output pasted above. "ERROR: Could not build wheels for pytorch3d, which is required to install pyproject.toml-based projects" is just a generic error from a build failure. It isn't the specific part. The important, specific part ends with
We don't know if the beginning of this was an error or a warning. I see two possibilities here. (1) There was a compiler error, perhaps ending with the nearest neighbor stuff here, or perhaps coming from somewhere else, which caused the failure. (2) The parallel compilation ran out of memory and died. If you pasted everything in the output (here or using pastebin or similar) we could tell. You could also try building with MAX_JOBS=1 set in the environment, which would usually avoid any running out of memory. |
Thank you for the response. I will go ovre the two suggestions (compiler error with nearest neighbour; MAX_JOBS=1). __ __ |
There's no compilation error in that log: you have an out-of-memory problem. And "Python 3.8" is meant to include 3.8.19 etc.. There's no important difference between python versions for this - switching to 3.9 won't change anything. |
Thank you for the resposne. I was able to do the set-up foundationpose. |
@KomputerMaster64 what do you mean by foundationpose? What changes did you do? |
The suggested methods in Issue #1734 did not resolve my error i.e. installing
nvcc
andg++
did NOT result in the successful installation of PyTorch3D.(Thank you for sharing the issue #1734 and the possible resolution)
I am facing similar issue while installing PyTorch3D using the stable and the default build, using the command
pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
andpip install "git+https://github.com/facebookresearch/pytorch3d.git"
I am using an NVIDIA RTX A4500 and an Intel Xeon Silver CPU (details about the hardware have been mentioned at the very end)
I am getting the main error as:
Note: Given below are the outputs for PyTorch3D installation command, and the following commands:
conda info
,conda list
,g++ --version
,nvcc --version
,lscpu
, andnvidia-smi
.Here is the output for the command
pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
:Note: The output was too long with recurrent errors so I have added the last few lines of the output
Here is the output for the command
conda info
:Here is the output for the command
conda list
:Here is the output for the command
g++ --version
:Here is the output for the command
nvcc --version
:Extra Information about the CPU and the GPU
Intel CPU Information
NVIDIA GPU Information
The text was updated successfully, but these errors were encountered: