There is a problem running the pip install on macOS 10.15 Catalina. And since I have encountered this bug already on another software (https://github.com/lektor/lektor/issues/831), I have a workaround for it:
export ARCHFLAGS="-arch x86_64";
pip install …
Maybe you can add this to the FAQ, or add a custom architecture check to the setup file ;)
There is a problem running the pip install on macOS 10.15 Catalina. And since I have encountered this bug already on another software (https://github.com/lektor/lektor/issues/831), I have a workaround for it:
Maybe you can add this to the FAQ, or add a custom architecture check to the setup file ;)