Closed
Description
If you do not know the root cause of the problem / bug, and wish someone to help you, please
post according to this template:
🐛 Bugs / Unexpected behaviors
Building pytorch3d from github master shows the following error
/tmp/pip-req-build-efpu1n0n/pytorch3d/csrc/pulsar/pytorch/renderer.cpp:944:3: error: ‘TORCH_CHECK_ARG’ was not declared in this scope
TORCH_CHECK_ARG(
^~~~~~~~~~~~~~~
/tmp/pip-req-build-efpu1n0n/pytorch3d/csrc/pulsar/pytorch/renderer.cpp:944:3: note: suggested alternative: ‘TORCH_CHECK_MSG’
TORCH_CHECK_ARG(
^~~~~~~~~~~~~~~
TORCH_CHECK_MSG
Instructions To Reproduce the Issue:
pip install "git+https://github.com/facebookresearch/pytorch3d.git"
This seems to be introduced by a very recent commit in
Metadata
Metadata
Assignees
Labels
No labels