You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My sip version is 4.19.14 . When I cmake the Arcus, the step of make -j4. error happened:
fatal error:
'sip.h' file not found
#include <sip.h>
1 error generated.
How I solve it? Should I install python3-sip-dev? But I don't know how to install it, Please help me. How to install python3-sip-dev and python-dev on mac osx?
The text was updated successfully, but these errors were encountered:
My sip version is 4.19.14 . When I cmake the Arcus, the step of make -j4. error happened:
fatal error:
'sip.h' file not found
#include <sip.h>
1 error generated.
How I solve it? Should I install python3-sip-dev? But I don't know how to install it, Please help me. How to install python3-sip-dev and python-dev on mac osx?
The text was updated successfully, but these errors were encountered: