Known issues#

  • Due to an upstream bug, when using Python 3.8 pygmo might hang when exiting the Python interpreter. In order to work around this issue, you can execute the following lines

    pygmo.mp_island.shutdown_pool()
    pygmo.mp_bfe.shutdown_pool()
    

    at the end of your script/interactive session.