I was getting this same issue on previous versions of ubuntu. But looks like the problem is fixed in Ubuntu Trusty!
I now have SAIO running inside an Ubuntu Trusty LXC container.
If it is a problem is with setuptools, then the version of python-setuptools in trusty has been updated. it is now version 3.3:
<snip> $ pip list |grep setuptools setuptools (3.3) </snip>
I was getting this same issue on previous versions of ubuntu. But looks like the problem is fixed in Ubuntu Trusty!
I now have SAIO running inside an Ubuntu Trusty LXC container.
If it is a problem is with setuptools, then the version of python-setuptools in trusty has been updated. it is now version 3.3:
<snip>
$ pip list |grep setuptools
setuptools (3.3)
</snip>