For python3, the setup.py script only looked for the boost_python36-mt version regardless of the actual version of python3 used. I changed this so that it looks for the version of boost-python corresponding to the correct python3 version. I have python3.9 and this fix works in looking for boost_python39-mt.
For python3, the
setup.py
script only looked for theboost_python36-mt
version regardless of the actual version of python3 used. I changed this so that it looks for the version of boost-python corresponding to the correct python3 version. I have python3.9 and this fix works in looking forboost_python39-mt
.