Skip to content
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 while running setup.py for pointnet2_cuda #17

Open
rho25 opened this issue Jul 1, 2022 · 0 comments
Open

Error while running setup.py for pointnet2_cuda #17

rho25 opened this issue Jul 1, 2022 · 0 comments

Comments

@rho25
Copy link

rho25 commented Jul 1, 2022

Hi,
when I run the file setup.py for pointnet2_cuda, I am getting the following error:

error: wrong number of template arguments (5, should be 2)
return _and<_not<is_same<tuple<_Elements...>,
^
/usr/include/c++/6/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
struct is_convertible
^~~~~~~~~~~~~~
/usr/include/c++/6/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<const c10::optional&, const c10::VaryingShape&, const c10::VaryingShape&, const c10::optional&>&&; bool = true; _Elements = {const c10::optional&, const c10::VaryingShape&, const c10::VaryingShape&, const c10::optional&}]’ not a return-statement
}
^
error: command '/usr/bin/nvcc' failed with exit status 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant