I want to run Django project on Apache. So I tried to install mod_wsgi. I got this error
sudo pip3 install mod_wsgi
then I got this error
error: command '/usr/bin/clang' failed with exit status 1
I want to run Django project on Apache. So I tried to install mod_wsgi. I got this error
sudo pip3 install mod_wsgi
then I got this error
error: command '/usr/bin/clang' failed with exit status 1
For macOS you need to have installed both the Xcode application and the Xcode command line tools.