problems installing django-cms: hardware instruction python -m manage runserver

I tried with different versions of django and django-cms. I used the --no-binary option for everything. I recompiled some python modules. I tried with another version of python. I don’t know what else to try, I always get the same error for any module: runserver, migrate, test.

(.venv) ➜  mysite python -m manage runserver
/var/www/jarged/.venv/lib/python3.10/site-packages/django_fsm/__init__.py:63: UserWarning: The 'django-fsm' package has been integrated into 'viewflow' as 'viewflow.fsm' starting from version 3.0. This version of 'django-fsm' is no longer maintained and will not receive further updates. If you require new functionality introduced in 'django-fsm' version 3.0 or later, please migrate to 'viewflow.fsm'. For detailed instructions on the migration process and accessing new features, refer to the official documentation at https://docs.viewflow.io/fsm/index.html
  show_deprecation_warning()
[1]    417116 illegal hardware instruction  python -m manage runserver