Centos 6 & 7 Build issue - UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 28:

Hi, I’ve tried to build PrivacyId3a today on a Centos 7 and a Centos 6
server and on both servers I am getting the same error… can someone help ?

Cleaning up…
Command /opt/privacyIDEA/bin/python -c “import
setuptools;file=’/opt/privacyIDEA/build/bcr
ypt/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’),
file, ‘exec’))” in
stall --record /tmp/pip-7bxdNk-record/install-record.txt
–single-version-externally-managed -
-install-headers /opt/privacyIDEA/include/site/python2.6 failed with error
code 1 in /opt/priv
acyIDEA/build/bcrypt
Traceback (most recent call last):
File “/opt/privacyIDEA/bin/pip”, line 9, in
load_entry_point(‘pip==1.4.1’, ‘console_scripts’, ‘pip’)()
File “/opt/privacyIDEA/lib/python2.6/site-packages/pip/init.py”, line
148, in main
return command.main(args[1:], options)
File “/opt/privacyIDEA/lib/python2.6/site-packages/pip/basecommand.py”,
line 169, in main
text = ‘\n’.join(complete_log)
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe2 in position 28:
ordinal not in range(
128)

Thanks
Keith

Hmmm, Just found these instructions for Centos 7 !
https://www.privacyidea.org/two-factor-authentication-with-otp-on-centos-7/
will try these.