Closed
Description
NiMARE is adding 3.12 support and it appears python 3.12 has re-implemented the importlib module
from __future__ import absolute_import, division, print_function
import sys
import logging
> import imp
E ModuleNotFoundError: No module named 'imp'
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/future/standard_library/__init__.py:65: ModuleNotFoundError
from what's changed in python 3.12:
The asynchat, asyncore, and **imp** modules have been removed, along with several
Metadata
Metadata
Assignees
Labels
No labels