Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Unable to import 'collections.abc' using python 3.13.1 #10112

@Christian-B

Description

@Christian-B

Bug description

import collections.abc

Configuration

Command used

We use a complex github actions but notice the change when python updated to 3.13.1
using pylint-3.3.2

Pylint output

************* Module spinn_utilities.checker
spinn_utilities/checker.py:1:0: C0304: Final newline missing (missing-final-newline)
spinn_utilities/checker.py:1:0: E0401: Unable to import 'collections.abc' (import-error)
spinn_utilities/checker.py:1:0: W0611: Unused import collections.abc (unused-import)

Expected behavior

Not seeing the Unable to import 'collections.abc' (import-error)

Other messages are due to the tiny example

likely due to
python/cpython@d46d291

Pylint version

Python 3.13.1

Did not happen with 
Python 3.13.0

OS / Environment

tested with github actions using
Ubuntu
22.04.5
LTS

Additional dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions