Error al correr el buildout
Buenas tardes @agb80 estoy corriendo el buildout en una instancia nueva al momento de bajar la librería aeroolib me marca el siguiente error:
Getting distribution for 'aeroolib==1.2.0'.
File "build/bdist.linux-x86_64/egg/aeroolib/plugins/__init__.py", line 49
"to use it" % name, file=tb_file)
^
SyntaxError: invalid syntax
zip_safe flag not set; analyzing archive contents...
aeroolib.reporting: module references __file__
File "/opt/pyerp_rc11/eggs/tmpbPkqLd/aeroolib-1.3.0-py2.7.egg/aeroolib/plugins/__init__.py", line 49
"to use it" % name, file=tb_file)
^
SyntaxError: invalid syntax
While:
Installing openerp.
Getting distribution for 'aeroolib==1.2.0'.
An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/opt/pyerp_rc11/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 2127, in main
getattr(buildout, command)(args)
File "/opt/pyerp_rc11/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 797, in install
installed_files = self[part]._call(recipe.install)
File "/opt/pyerp_rc11/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1557, in _call
return f()
File "/opt/pyerp_rc11/eggs/anybox.recipe.odoo-1.9.1-py2.7.egg/anybox/recipe/odoo/base.py", line 857, in install
self.install_requirements()
File "/opt/pyerp_rc11/eggs/anybox.recipe.odoo-1.9.1-py2.7.egg/anybox/recipe/odoo/base.py", line 301, in install_requirements
eggs_recipe.install()
File "/opt/pyerp_rc11/eggs/zc.recipe.egg-2.0.2-py2.7.egg/zc/recipe/egg/egg.py", line 126, in install
reqs, ws = self.working_set()
File "/opt/pyerp_rc11/eggs/zc.recipe.egg-2.0.2-py2.7.egg/zc/recipe/egg/egg.py", line 84, in working_set
allow_hosts=self.allow_hosts)
File "/opt/pyerp_rc11/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 924, in install
return installer.install(specs, working_set)
File "/opt/pyerp_rc11/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 678, in install
for dist in self._get_dist(requirement, ws):
File "/opt/pyerp_rc11/eggs/buildout.eggscleaner-0.1.7-py2.7.egg/buildout/eggscleaner/__init__.py", line 13, in get_dist
dists = old_get_dist(self, *kargs, **kwargs)
File "/opt/pyerp_rc11/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 570, in _get_dist
dists = [_move_to_eggs_dir_and_compile(dist, self._dest)]
File "/opt/pyerp_rc11/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 1709, in _move_to_eggs_dir_and_compile
os.rename(tmp_loc, newloc)
OSError: [Errno 39] Directory not empty
*************** BUILDOUT EGGSCLEANER ****************
Don't have a 'old-eggs-directory' set, only reporting
Can add it by adding 'old-eggs-directory = ${buildout:directory}/old-eggs' to your [buildout]
Found unused egg: aeroolib-1.3.0-py2.7.egg
*************** /BUILDOUT EGGSCLEANER ****************
Muchas gracias Saludos