-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
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'
Line 30 in 6d9cd7f
| 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
Labels
No labels