tomduck / pandoc-latex-extensions

A pandoc filter that adds latex extensions.
GNU General Public License v3.0
23 stars 4 forks source link

macOS error: architecture not supported #5

Open relikd opened 4 years ago

relikd commented 4 years ago

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 ;)