it sounds like the the error might be happening during building of python
wheels, it seems that `-arch ` parameter is not being correctly evaluated
for your platform and is omitted. I am not sure what is causing this.
I am also not sure what dependency generates that command line
(distutils/setupto
I do not have the problem to do this on my M1 by cloning the repo and using
conda to create venv with python 3.11 and installing it with pip install -e
".[gcp,test]". It installs numpy with 1.26.4.
On Thu, Mar 7, 2024 at 7:48 AM Joey Tran wrote:
> Hey all,
>
> I'm trying to get a beam python SDK
Hey all,
I'm trying to get a beam python SDK dev environment going but I'm a bit
stuck. I'm just settings things up with a virtual env as specified in the
docs[1], but `pip install -e .[gcp,test]` ends with a clang error:
```
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DND