alignlib-lite fails on centos 6 with python 2.7.6
ssplatt opened this issue · 1 comments
Cleaning up...
Command /usr/local/bin/python -c "import setuptools, tokenize;file='/tmp/pip_build_root/alignlib-lite/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-Y6vy5W-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/alignlib-lite
Traceback (most recent call last):
File "/usr/local/bin/pip", line 9, in
load_entry_point('pip==1.5.5', 'console_scripts', 'pip')()
File "/usr/local/lib/python2.7/site-packages/pip-1.5.5-py2.7.egg/pip/init.py", line 185, in main
return command.main(cmd_args)
File "/usr/local/lib/python2.7/site-packages/pip-1.5.5-py2.7.egg/pip/basecommand.py", line 161, in main
text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 43: ordinal not in range(128)
any ideas?
nevermind, i think i was missing a dependency. Somehow I got it to build now, not sure what I was missing though.