Skip to content

Instantly share code, notes, and snippets.

@zeddee
Created November 3, 2020 08:03
Show Gist options
  • Save zeddee/571bf304087394b6def1f9ae3fc064b2 to your computer and use it in GitHub Desktop.
Save zeddee/571bf304087394b6def1f9ae3fc064b2 to your computer and use it in GitHub Desktop.

pip install watchdog may fail to build on newer versions of macos because the local python is configured to build for arm64.

Either install python from the packages provided by python.org, or set the ARCHFLAG env variable by running:

export ARCHFLAGS="-arch x86_64"
pip install watchdog

source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment