My galaxy install fails and displays this error. Can anyone help?
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 5: ordinal not in range(128)
Executing: .venv/bin/uwsgi --module 'galaxy.webapps.galaxy.buildapp:uwsgi_app()' --virtualenv /Users/dexter/galaxy/.venv --pythonpath lib --threads 4 --buffer-size 16384 --http localhost:8080 --static-map /static/style=/Users/dexter/galaxy/static/style/blue --static-map /static=/Users/dexter/galaxy/static --static-safe /Users/dexter/galaxy/config/plugins/visualizations --static-safe /Users/dexter/galaxy/config/plugins/interactive_environments --die-on-term --hook-master-start 'unix_signal:2 gracefully_kill_them_all' --hook-master-start 'unix_signal:15 gracefully_kill_them_all' --enable-threads --py-call-osafterfork
Traceback (most recent call last):
File ".venv/bin/uwsgi", line 7, in <module>
from uwsgi import run
ImportError: dlopen(/Users/dexter/galaxy/.venv/lib/python2.7/site-packages/uwsgi.so, 2): Library not loaded: /usr/local/opt/pcre/lib/libpcre.1.dylib
Referenced from: /Users/dexter/galaxy/.venv/lib/python2.7/site-packages/uwsgi.so
Reason: image not found