Julian Mudd
09/22/2022, 9:24 PMpipenv install dagster dagit requests
Upon trying to run any command with either the dagster
or dagit
CLIs, I get this error:
ImportError: dlopen(/Users/papi/.local/share/virtualenvs/dagster-oVuOtnKT/lib/python3.10/site-packages/google/protobuf/pyext/_message.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace (__ZN6google8protobuf15FieldDescriptor12TypeOnceInitEPKS1_)
I saw in an earlier message a few months ago about an issue with the grpcic
library on Mac M1s. I tried installing with the --no-binary
flag but it didn't change anything. Would love some help here!Zach P
09/23/2022, 2:38 PMJulian Mudd
09/23/2022, 5:26 PMZach P
09/23/2022, 5:30 PMJulian Mudd
09/23/2022, 5:34 PM3.10.6
so that could be it