Skip to content

Instantly share code, notes, and snippets.

@thusal
Created August 29, 2023 21:23
Show Gist options
  • Save thusal/935fd0245a59be9be4c4793558fb0882 to your computer and use it in GitHub Desktop.
Save thusal/935fd0245a59be9be4c4793558fb0882 to your computer and use it in GitHub Desktop.

to prevent the error message

  • symbol not found in flat namespace '_CFRelease'
  • within grpcio library
pip uninstall grpcio
export GRPC_PYTHON_LDFLAGS=" -framework CoreFoundation"
pip install grpcio --no-binary :all:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment