Re: Issue building python SDK with M2 Mac

2024-03-08 Thread Valentyn Tymofieiev via dev
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

Re: Issue building python SDK with M2 Mac

2024-03-08 Thread XQ Hu via dev
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