-
Notifications
You must be signed in to change notification settings - Fork 12
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 about installation! #2
Comments
Hi, can you provide a description of your environment and the detailed traceback ? thanks |
Most likely you should clone nr3d_lib with If you have already cloned, you can use |
@ventusff Hi, I have came across a similar problem and it seems to be related to a missing source file and can be solved by adding |
I have the same problem, I totally followed the guidance in readme, my OS is ubuntu22.04 on WSL and conda enviroment is: python=3.8 pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3, and I installed cuda from Nvidia website which version is 11.3 when I use nvcc -V to check. Also I installed scatter and other pip packages. Version of gcc and g++ are both 9.4. I used ERROR is : × python setup.py bdist_wheel did not run successfully. ERROR: Failed building wheel for nr3d-lib I don't know how to solve it, it troubled me for several days, please help me, thank you very much. |
I tried again on colab and it worked, just follow readme |
Hi~
it seems that i cannot install nr3d_lib by simply typing "pip install -v .", it comes with errors like this
"ERROR: Could not build wheels for nr3d-lib, which is required to install pyproject.toml-based projects"
Can u help me with that? Thanks in advance.
The text was updated successfully, but these errors were encountered: