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

python setup.py install failing #2

Closed
clearspear opened this issue Oct 27, 2022 · 1 comment
Closed

python setup.py install failing #2

clearspear opened this issue Oct 27, 2022 · 1 comment

Comments

@clearspear
Copy link

clearspear commented Oct 27, 2022

Cloned repo and ran python setup.py install (python3.7) and got the following error:

‘c10::intrusive_ptr<c10d::ProcessGroup::Work> c10d::ProcessGroupDummy::_allgather_base(at::Tensor&, at::Tensor&, const c10d::AllgatherOptions&)’ marked ‘override’, but does not override

Came across the repo from the tutorial here https://pytorch.org/tutorials/intermediate/process_group_cpp_extension_tutorial.html. Also noticed that the include paths were slightly different from the tutorial and the longer include path in the tutorial doesn't seem to work. Thanks for the help!

@clearspear
Copy link
Author

Looks like _allgather_base is changed to allgather_base in python3.7.

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