You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No meio da minha instalação dá esse erro, podem me ajudar a discernir qual seria a solução?
Segue:
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/odoo10/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 2123, in main
getattr(buildout, command)(args)
File "/opt/odoo10/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 796, in install
installed_files = self[part]._call(recipe.install)
File "/opt/odoo10/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1553, in _call
return f()
File "/opt/odoo10/src/anybox.recipe.odoo/anybox/recipe/odoo/base.py", line 1114, in install
self.install_requirements()
File "/opt/odoo10/src/anybox.recipe.odoo/anybox/recipe/odoo/base.py", line 557, in install_requirements
eggs_recipe.install()
File "/opt/odoo10/eggs/zc.recipe.egg-2.0.4-py2.7.egg/zc/recipe/egg/egg.py", line 193, in install
reqs, ws = self.working_set()
File "/opt/odoo10/eggs/zc.recipe.egg-2.0.4-py2.7.egg/zc/recipe/egg/egg.py", line 82, in working_set
allow_hosts=self.allow_hosts,
File "/opt/odoo10/eggs/zc.recipe.egg-2.0.4-py2.7.egg/zc/recipe/egg/egg.py", line 135, in _working_set
allow_hosts=allow_hosts)
File "/opt/odoo10/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 913, in install
return installer.install(specs, working_set)
File "/opt/odoo10/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 665, in install
for dist in self._get_dist(requirement, ws):
File "/opt/odoo10/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 563, in _get_dist
dists = [_move_to_eggs_dir_and_compile(dist, self._dest)]
File "/opt/odoo10/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 1699, in _move_to_eggs_dir_and_compile
[tmp_loc] = glob.glob(os.path.join(tmp_dest, '*'))
ValueError: need more than 0 values to unpack
The text was updated successfully, but these errors were encountered:
No meio da minha instalação dá esse erro, podem me ajudar a discernir qual seria a solução?
Segue:
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/odoo10/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 2123, in main
getattr(buildout, command)(args)
File "/opt/odoo10/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 796, in install
installed_files = self[part]._call(recipe.install)
File "/opt/odoo10/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1553, in _call
return f()
File "/opt/odoo10/src/anybox.recipe.odoo/anybox/recipe/odoo/base.py", line 1114, in install
self.install_requirements()
File "/opt/odoo10/src/anybox.recipe.odoo/anybox/recipe/odoo/base.py", line 557, in install_requirements
eggs_recipe.install()
File "/opt/odoo10/eggs/zc.recipe.egg-2.0.4-py2.7.egg/zc/recipe/egg/egg.py", line 193, in install
reqs, ws = self.working_set()
File "/opt/odoo10/eggs/zc.recipe.egg-2.0.4-py2.7.egg/zc/recipe/egg/egg.py", line 82, in working_set
allow_hosts=self.allow_hosts,
File "/opt/odoo10/eggs/zc.recipe.egg-2.0.4-py2.7.egg/zc/recipe/egg/egg.py", line 135, in _working_set
allow_hosts=allow_hosts)
File "/opt/odoo10/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 913, in install
return installer.install(specs, working_set)
File "/opt/odoo10/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 665, in install
for dist in self._get_dist(requirement, ws):
File "/opt/odoo10/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 563, in _get_dist
dists = [_move_to_eggs_dir_and_compile(dist, self._dest)]
File "/opt/odoo10/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 1699, in _move_to_eggs_dir_and_compile
[tmp_loc] = glob.glob(os.path.join(tmp_dest, '*'))
ValueError: need more than 0 values to unpack
The text was updated successfully, but these errors were encountered: