Tim den Engelsen
01/21/2023, 12:52 AMpip install -e ".[dev]"
from the README in the project scaffold… Seems related to the gevent
dependency but I can’t figure out how to resolve(dagster-course) timdenengelsen 16:48 ~/playground/dagster_playground/dagster-course/dagster $ pip --version
pip 22.3.1 from /Users/timdenengelsen/playground/dagster_playground/dagster-course/lib/python3.9/site-packages/pip (python 3.9)
chris
01/21/2023, 1:42 AMTim den Engelsen
01/21/2023, 7:43 PMerror: command '/usr/bin/clang' failed with exit code 1
pip install --upgrade pip
, pip install --upgrade setuptools
https://www.pythonpool.com/error-legacy-install-failure/
export CFLAGS='-stdlib=libc++'
https://stackoverflow.com/questions/53654896/pip-install-error-in-mac-oserror-command-usr-bin-clang-failed-with-exit-stachris
01/25/2023, 12:11 AM