Open dovy opened 10 years ago
In OSX you must do the following to actually install...
sudo env ARCHFLAGS="-arch i386 -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future" pip install couchapp
That stupid -Wno-error=unused-command-line-argument-hard-error-in-future was a big problem to find. Hah.
-Wno-error=unused-command-line-argument-hard-error-in-future
In OSX you must do the following to actually install...
sudo env ARCHFLAGS="-arch i386 -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future" pip install couchapp
That stupid
-Wno-error=unused-command-line-argument-hard-error-in-future
was a big problem to find. Hah.