Trying to install the Browser Library on a MacOs M1 but when i try to run rfbrowser init
i get the following error:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/bin/rfbrowser", line 5, in <module>
from Browser.entry import run
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/Browser/__init__.py", line 16, in <module>
from .browser import Browser
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/Browser/browser.py", line 39, in <module>
from .keywords import (
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/Browser/keywords/__init__.py", line 19, in <module>
from .getters import Getters
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/Browser/keywords/getters.py", line 19, in <module>
import grpc # type: ignore
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/grpc/__init__.py", line 22, in <module>
from grpc import _compression
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/grpc/_compression.py", line 15, in <module>
from grpc._cython import cygrpc
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/grpc/_cython/cygrpc.cpython-310-darwin.so, 0x0002): tried: '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/grpc/_cython/cygrpc.cpython-310-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))
What i need to do to be able to use Browser Library on a MacOs M1 laptop ?