Skip to content

support python 3.12 #13

Closed
Closed
@jdkent

Description

@jdkent

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions