Meghan Heintz
10/07/2022, 7:29 PMERROR: Command errored out with exit status 1: /Users/meghanheintz/miniconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/nw/xzhc52090l114y_l297x2fr80000gn/T/pip-install-gqx_efxj/grpcio_4d5a9bdddbb34530a68d96f204966b96/setup.py'"'"'; __file__='"'"'/private/var/folders/nw/xzhc52090l114y_l297x2fr80000gn/T/pip-install-gqx_efxj/grpcio_4d5a9bdddbb34530a68d96f204966b96/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/nw/xzhc52090l114y_l297x2fr80000gn/T/pip-record-uof6h8de/install-record.txt --single-version-externally-managed --compile --install-headers /Users/meghanheintz/miniconda3/include/python3.8/grpcio Check the logs for full command output.
alex
10/07/2022, 8:47 PMgprcio
to compile is gnarly so the hope is to get the correct whl
file with pre compiled artifacts.
I have seen issues with older versions of python + arm not having wheels, so recommend trying to be on 3.9
or 3.10
and ensuring `pip`/`conda` are up to date.Dagster Jarred
10/10/2022, 5:53 PMMeghan Heintz
10/11/2022, 1:19 PMalex
10/11/2022, 3:00 PMI got the error from the initial message when I tried using a script with a dagster command.and the initial messages
Below is the error when I try installing grpcio directlyThe error at the top of this thread looks like an install error - is there a different error that you saw when you ran a dagster command ?
Dagster Jarred
10/14/2022, 6:40 PMMeghan Heintz
10/14/2022, 7:36 PMDagster Jarred
10/17/2022, 4:44 PMMeghan Heintz
10/17/2022, 5:04 PMdaniel
10/17/2022, 7:44 PMMeghan Heintz
10/17/2022, 8:00 PM