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
The imp module (imported by setup.py) is now fully removed from Python 3.12. The good news is that setup.py doesn't actually seem to be using it! That import imp line can probably be removed. But someone should double check that in case I am missing something.
The text was updated successfully, but these errors were encountered:
The imp module (imported by setup.py) is now fully removed from Python 3.12. The good news is that setup.py doesn't actually seem to be using it! That
import imp
line can probably be removed. But someone should double check that in case I am missing something.The text was updated successfully, but these errors were encountered: