KxSystems/embedPy

Python 3.8 support

cmccarthy1 opened this issue · 1 comments

  • With the release of Python 3.8 support for the mechanism by which embedPy collects the python shared object libpython.so/libpython.dll appears to have been deprecated, as outlined here.

  • This limitation was first noticed with the attempted release of python 3.8 support for embedPy on anaconda #93 which resulted in a failure to adequately provide libpython.dll on windows release.

This has been rectified with the addition of #95