Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildout error on Ubuntu 16.04 #1612

Open
electrodyssey opened this issue Jun 7, 2019 · 0 comments
Open

buildout error on Ubuntu 16.04 #1612

electrodyssey opened this issue Jun 7, 2019 · 0 comments

Comments

@electrodyssey
Copy link

Dear Contributors,

I'm having trouble building plumi from with a virtualenv and buildout.
Error log is pasted below. Could you please advise how to fix that?

Thanks in advance!

Generated script '/root/plumi.app/bin/plumisite'.
Installing auto-install-plumisite.
. . . . . . . . . . .
daemon manager not running
Traceback (most recent call last):
File "", line 1, in
File "/root/plumi.app/eggs/Zope2-2.13.15-py2.7.egg/Zope2/init.py", line 51, in app
File "/root/plumi.app/eggs/Zope2-2.13.15-py2.7.egg/Zope2/init.py", line 46, in startup
ImportError: No module named App.startup
While:
Installing auto-install-plumisite.

An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/root/plumi.app/eggs/zc.buildout-2.5.3-py2.7.egg/zc/buildout/buildout.py", line 1995, in main
getattr(buildout, command)(args)
File "/root/plumi.app/eggs/zc.buildout-2.5.3-py2.7.egg/zc/buildout/buildout.py", line 666, in install
installed_files = self[part]._call(recipe.install)
File "/root/plumi.app/eggs/zc.buildout-2.5.3-py2.7.egg/zc/buildout/buildout.py", line 1410, in _call
return f()
File "/root/plumi.app/eggs/collective.recipe.cmd-0.8-py2.7.egg/collective/recipe/cmd/init.py", line 48, in install
self.execute()
File "/root/plumi.app/eggs/collective.recipe.cmd-0.8-py2.7.egg/collective/recipe/cmd/init.py", line 61, in execute
run_commands(cmds, self.shell)
File "/root/plumi.app/eggs/collective.recipe.cmd-0.8-py2.7.egg/collective/recipe/cmd/init.py", line 33, in run_commands
check_call('%s %s' % (shell, tmpfile), shell=True)
File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command 'sh /tmp/tmpQ0vOK6/run' returned non-zero exit status 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant