Not compatible with python3.10
See original GitHub issueImportError: cannot import name 'Iterable' from 'collections'
as python3.10 changed it to collections.abc
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Unable to upgrade Python 3.8.10 to 3.10 - SOLVED
Hi, I tried to upgrade Python 3.8.10 to 3.10 on Ubuntu : Ubuntu 20.04.4 LTS but we hit a blocker and wondering whether...
Read more >Not compatible with python 3.10? · Issue #6041 - GitHub
Trying to install freqtrade on my Macbook but get the following error: ./setup.sh --install No usable python found.
Read more >flask-socketio not compatible with Python3.10? [SystemError
I have a flask app in production that uses flask-socketio (5.3.1) on gevent/uwsgi/nginx. I tried to upgrade to Ubuntu 22.04 with Python 3.10 ......
Read more >When should you upgrade to Python 3.11?
1. Missing binary packages. To begin with, not all packages can be installed on 3.11 yet. · 2. Incompatible packages. Sometimes supporting a...
Read more >1960117 – python-pyside2 is not compatible with Python 3.10
dir/BaseClass.cpp.o -c /builddir/build/BUILD/FreeCAD-0.19.2/src/Base/BaseClass.cpp In file included from /usr/include/python3.10/unicodeobject.h ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@Lyken17 it looks like this is already changed in master branch! (in commit 439ca20d99792fb0bd46e98a2a2640a049bbca37) Do you plan to release a new version of this package to PyPI?
Let me try to move onnx import to a deeper location and see whether it helps.