Does anyone know how I can fix this error that I get when I do a buildout?
sudo -u plone_buildout bin/buildout
this error appeared
Develop: '/usr/local/Plone/zeocluster/src/bika.lims'
warning: no previously-included files matching '*pyc' found anywhere in distribution
Develop: '/usr/local/Plone/zeocluster/src/baobab.lims'
Develop: '/usr/local/Plone/zeocluster/src/graphite.theme'
warning: no previously-included files matching '*pyc' found anywhere in distribution
Updating zeoserver.
Installing client1.
/usr/local/Plone/buildout-cache/eggs/setuptools-30.3.0-py2.7.egg/pkg_resources/__init__.py:184: RuntimeWarning: You have iterated over the result of pkg_resources.parse_version. This is a legacy behavior which is inconsistent with the new version class introduced in setuptools 8.0. In most cases, conversion to a tuple is unnecessary. For comparison of versions, sort the Version instances directly. If you have another use case requiring the tuple, please file a bug with the setuptools project describing that need.
stacklevel=1,
Develop distribution: graphite.theme 1.2
uses namespace packages but the distribution does not require setuptools.
Download error on http://dist.plone.org: [Errno -2] Name or service not known -- Some packages may not be found!
Download error on http://download.zope.org/ppix/: hostname 'download.zope.org' doesn't match 'vm06.plyp.com' -- Some packages may not be found!
Download error on http://download.zope.org/distribution/: hostname 'download.zope.org' doesn't match 'vm06.plyp.com' -- Some packages may not be found!
Download error on http://effbot.org/downloads: hostname 'effbot.org' doesn't match either of 'www.github.com', '*.github.com', 'github.com', '*.github.io', 'github.io', '*.githubusercontent.com', 'githubusercontent.com' -- Some packages may not be found!
Couldn't find index page for 'collective.wtf' (maybe misspelled?)
Getting distribution for 'collective.wtf'.
Couldn't find index page for 'collective.wtf' (maybe misspelled?)
While:
Installing client1.
Getting distribution for 'collective.wtf'.
Error: Couldn't find a distribution for 'collective.wtf'.
See here: https://community.plone.org/t/pypi-deprecation-of-support-for-non-sni-clients-breaks-buildout-for-older-plone-versions
Your log shows you have setuptools 30.3.0. That is too old. You need to use a version of setuptools between 36.8.0 and 44.1.1.