fatal error: 'cassert' file not found #5393
Unanswered
sooahnlee03
asked this question in
Q&A
Replies: 1 comment
-
same issue here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a M3 MacOs and I am running into this error that says:
fatal error: 'cassert' file not found
3 | #include
| ^~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
This error came up after running this code: python -m pip install -e detectron2, after doing the git clone command.
Does anyone know how to handle this error?
Beta Was this translation helpful? Give feedback.
All reactions