Skip to content

Python 3.11, Model, ImportError #1164

@fengints

Description

@fengints

Python 3.11.6, Clean install
pip install singa -f http://singa.apache.org/docs/next/wheel-cpu.html --trusted-host singa.apache.org

from singa import model

Error:
python3.11/site-packages/singa/model.py", line 30, in
from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections'

from collections import Iterable

I also tried importing Model

from singa import Model

File "", line 1, in
ImportError: cannot import name 'Model' from 'singa'

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