Issue
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?
Solution
The following fixed the issue on M1 Macbook:
pip install seleniumbase --user
Answered By - Ashish Khatana
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.