I am trying to use seleniumbase on an M1 Mac as a secondary test. But I keep getting:
ModuleNotFoundError: No module named 'seleniumbase'
Seems like architecture issue?
The following fixed the issue on M1 Macbook:
pip install seleniumbase --user