You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Writing
import bionetgen
raises an error in utils.py because it importsdistutils
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.The text was updated successfully, but these errors were encountered: