How to install boost Python development headers on OpenSUSE LEAP 15.5
To install the Boost Python development headers on openSUSE Leap 15.5, use the libboost_python3-devel
package which includes the Boost Python development headers:
sudo zypper install libboost_python3-devel
```