You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On running kolibri manage migrate command while using Python version 3.10.0, ImportError is observed.
Complete screenshot of Terminal is attached:
Errors and logs
ImportError: cannot import name 'Iterator' from 'collections' (/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__init__.py)
Expected behavior
Migration is successful when lower versions of python is used.
Steps to reproduce
Make sure you are using Python 3.10.0 inside the virtual environment and then run kolibri manage migrate.
Context
OS:macOS, M1
The text was updated successfully, but these errors were encountered:
Observed behavior
On running

kolibri manage migrate
command while using Python version 3.10.0, ImportError is observed.Complete screenshot of Terminal is attached:
Errors and logs
Expected behavior
Migration is successful when lower versions of python is used.
Steps to reproduce
Make sure you are using Python 3.10.0 inside the virtual environment and then run
kolibri manage migrate
.Context
OS:macOS, M1
The text was updated successfully, but these errors were encountered: