[Django]-Dyld: Library not loaded: @rpath/libpcre.1.dylib

7👍

I met the same question with you when trying on macOS. I guess you install uwsgi using pip install uwsgi. I suggest you trying another method using brew install uwsgi.

First you should remove uwsgi from directory usr/local/bin.

Second you should execute brew install uwsgi.

👤Kippa

Leave a comment