-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I have a MacBook Air with chip Apple M1 and MacOS Ventura 13.4. I also have the python version 3.11.5.
When I try to install python-casacore with pip I get the error
fatal error: 'boost/python.hpp' file not found
#include <boost/python.hpp>
^~~~~~~~~~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
If I try to install from the source repository I get:
fatal error: 'casacore/python/Converters/PycBasicData.h' file not found
#include <casacore/python/Converters/PycBasicData.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
How can I solve this?
Metadata
Metadata
Assignees
Labels
No labels