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'
Python 3.11.6, Clean install
pip install singa -f http://singa.apache.org/docs/next/wheel-cpu.html --trusted-host singa.apache.org
Error:
python3.11/site-packages/singa/model.py", line 30, in
from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections'
singa/python/singa/model.py
Line 30 in 6d9cd7f
I also tried importing Model
File "", line 1, in
ImportError: cannot import name 'Model' from 'singa'