Writing import bionetgen raises an error in utils.py because it imports distutils which was deprecated in Python 3.12. It is only used twice so there should be replacements. This was found when trying to validate NFsim with Python 3.12, where it would fail for both Mac and Ubuntu.
Writing
import bionetgenraises an error in utils.py because it importsdistutilswhich was deprecated in Python 3.12. It is only used twice so there should be replacements. This was found when trying to validate NFsim with Python 3.12, where it would fail for both Mac and Ubuntu.