sure! The results of pip3 freeze are:
aiofiles==0.6.0
asgi-redis==0.14.1
asgiref==0.14.0
autobahn==0.16.0
certifi==2021.5.30
channels==0.17.3
click==7.1.2
colorama==0.3.7
contextlib2==0.5.4
daphne==0.14.3
dj-database-url==0.4.1
Django==1.11.2
django-idmap==1.0.3
django-vanilla-views==1.0.4
h11==0.12.0
honcho==0.7.1
huey==1.10.2
IPy==0.83
itsdangerous==1.1.0
lib==3.0.0
MarkupSafe==1.1.1
msgpack-python==0.4.8
numpy==1.21.1
otree==5.2.8
otree-boto2-shim==0.3.2
otree-core==0.0.0b1
otree-save-the-change==1.1.3
pbr==1.10.0
psycopg2==2.9.1
py==1.4.31
pytest==2.9.2
pytest-django==3.0.0
python-multipart==0.0.5
python-redis-lock==3.7.0
pytz==2017.3
redis==2.10.5
requests==2.11.1
schema==0.6.2
sentry-sdk==0.7.9
six==1.10.0
SQLAlchemy==1.3.22
starlette==0.14.1
termcolor==1.1.0
Twisted==16.2.0
txaio==2.5.1
unicodecsv==0.14.1
urllib3==1.26.6
uvicorn==0.13.4
websockets==8.1
whitenoise==3.2.1
ws4py==0.3.5
WTForms==2.3.3
WTForms-SQLAlchemy==0.2
XlsxWriter==0.9.3
zope.interface==4.2.0
the full traceback is:
PS C:\Users\M\Documents\Experiment> otree devserver
Traceback (most recent call last):
 File "C:\Users\M\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
   return _run_code(code, main_globals, None,
 File "C:\Users\M
\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
   exec(code, run_globals)
 File "C:\Users\M\Documents\Experiment\venv\Scripts\otree.exe\__main__.py", line 7, in <module>
 File "C:\Users\M\Documents\Experiment\venv\lib\site-packages\otree\main.py", line 106, in execute_from_command_line
   setup()
 File "
C:\Users\M\Documents\Experiment\venv\lib\site-packages\otree\main.py", line 137, in setup
   from otree.database import init_orm # noqa
 File "
C:\Users\M\Documents\Experiment\venv\lib\site-packages\otree\database.py", line 12, in <module>
   import sqlalchemy
 File "
C:\Users\M\Documents\Experiment\venv\lib\site-packages\sqlalchemy\__init__.py", line 14, in <module>
   from ._collections import coerce_generator_arg # noqa
ModuleNotFoundError: No module named 'sqlalchemy._collections'