hallowed-australia-10473
05/17/2022, 3:16 AMImportError: dlopen(/blah/venv/lib/python3.9/site-packages/grpc/_cython/cygrpc.cpython-39-darwin.so, 0x0002): tried: '/blah/venv/lib/python3.9/site-packages/grpc/_cython/cygrpc.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))
How do I get past this?breezy-painter-29573
05/17/2022, 3:25 AMfile $(which python3.9)
hallowed-australia-10473
05/17/2022, 3:28 AM/blah/venv/bin/python3.9: Mach-O 64-bit executable arm64
breezy-painter-29573
05/17/2022, 3:35 AM--no-binary
when you are installing grpciohallowed-australia-10473
05/17/2022, 3:35 AMbreezy-painter-29573
05/17/2022, 3:38 AMhallowed-australia-10473
05/17/2022, 3:39 AMbreezy-painter-29573
05/17/2022, 3:39 AMhallowed-australia-10473
05/17/2022, 3:40 AMarch -arm64 brew install python3
mysterious-mouse-98391
05/17/2022, 2:26 PM