-
Notifications
You must be signed in to change notification settings - Fork 40
ERROR: Could not build wheels for cppcuda-tutorial, which is required to install pyproject.toml-based projects #5
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
Comments
i have install the VS tool ,visual studio 2015 |
I also encountered the same problem, did you solve it? |
@atomishcv I also encountered this problem. Have you solved it? |
@huangshijie2 I think this link will be helpful to you graphdeco-inria/gaussian-splatting#535 (comment) It it fails to install the submodules, using either of these commands will solve the issue; choose the one according to the Visual Studio you installed |
Sorry, I can't solve it yet due to my os is Linux 22.04, have any other solution? |
You can check out the comments in this link:graphdeco-inria/gaussian-splatting#535, it might be useful for ubuntu22.04 |
Thank you.It's strange that I can't pip install setup.py at this example but can run at other simular pytorch-cuda example link: https://github.com/godweiyang/NN-CUDA-Example at the same env and settings. |
when i run the 'pip install .', it will report 'ERROR: Could not build wheels for cppcuda-tutorial, which is required to install pyproject.toml-based projects'.

my platform is windows+pytorch 1.12.1+cuda 11.3+py3.8.
Is it because the compilation of windows is different from that of linux?
The text was updated successfully, but these errors were encountered: