python setup.py egg_info did not run successfully....
# dagster-feedback
b
python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [16 lines of output] Traceback (most recent call last): File “<string>“, line 2, in <module> File “<pip-setuptools-caller>“, line 34, in <module> File “/private/var/folders/l5/0v4bxn554fb3ns1dvhpxfnhr0000gn/T/pip-install-oxfrgo4a/grpcio_aa33e3a5ea7a40f895fdb269841eaafc/setup.py”, line 263, in <module> if check_linker_need_libatomic(): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/private/var/folders/l5/0v4bxn554fb3ns1dvhpxfnhr0000gn/T/pip-install-oxfrgo4a/grpcio_aa33e3a5ea7a40f895fdb269841eaafc/setup.py”, line 219, in check_linker_need_libatomic cpp_test = subprocess.Popen(
s
Hi Benjamin, thanks for the feedback. Are you on Python 3.11? While grpcio provides binary wheels for intel macs, it does not provide the wheels for Python 3.11 for the grpc version we are pinned to. That might explain why it tries to build grpcio on your machine.