Hello all

Plumi is just what I would like to use. I would say I am a linux-newbie, but know the basic stuff, have set up many servers and configured software and basic security. However I experience problems setting up Plumi, I can not get it to install on Debian 7.8 or Ubuntu 14.04.

I have tried both 32bit and 64bit installations, no luck.

I have followed several guides, one after the other, like these:

http://en.flossmanuals.net/plumi/installation/
https://github.com/plumi/plumi.app/blob/master/docs/INSTALL.txt
https://mgogoulos.trinket.io/plumi-4-5#/installation/installation

...even this video: https://www.youtube.com/watch?v=su4fyML0ib4

On all attempts it stops somewhere while issuing this command (in various variations):
|
./bin/python bootstrap.py && ./bin/buildout -v|

I have tried upgrading the bootstrap.py according to this thread http://blog.plumi.org/2014/09/03/installation-on-mint-linux-17/ that points to here: https://github.com/diefenbach/django-lfs/issues/73

After replacing bootstrap.py according to above suggestions I ran the buildout command i various variations

|/opt/plumi/plumi.app#./bin/python bootstrap.py && ./bin/buildout -v
|
||/opt/plumi/plumi.app#|./bin/python bootstrap.py && ./bin/buildout

|||/opt/plumi/plumi.app#|./bin/python bootstrap.py && ./bin/buildout -distribute

|||/opt/plumi/plumi.app#|./bin/python bootstrap.py && ./bin/buildout --distribute|

All of them gave errors that would not complete the installation.

Also I tried updating setuptools, eg. pip install setuptools -U, but did not help

*****

Here are a collection of errors I get both on Debian and Ubuntu:

first I try: |/opt/plumi/plumi.app#./bin/python bootstrap.py && ./bin/buildout -v|

Got zc.buildout 1.4.4.
Version conflict while processing requirement setuptools (constrained to setuptools==0.6c11)
Getting required 'setuptools==0.6c11'
We have no distributions for setuptools that satisfies 'setuptools==0.6c11'.
Getting distribution for 'setuptools==0.6c11'.
While:
  Installing.
  Loading extensions.
  Getting distribution for 'setuptools==0.6c11'.

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/plumi/plumi.app/eggs/zc.buildout-2.3.1-py2.7.egg/zc/buildout/buildout.py", line 1946, in main
    getattr(buildout, command)(args)
File "/opt/plumi/plumi.app/eggs/zc.buildout-2.3.1-py2.7.egg/zc/buildout/buildout.py", line 467, in install
    self._load_extensions()
File "/opt/plumi/plumi.app/eggs/zc.buildout-2.3.1-py2.7.egg/zc/buildout/buildout.py", line 995, in _load_extensions
    newest=self.newest, allow_hosts=self._allow_hosts)
File "/opt/plumi/plumi.app/eggs/zc.buildout-2.3.1-py2.7.egg/zc/buildout/easy_install.py", line 848, in install
    return installer.install(specs, working_set)
File "/opt/plumi/plumi.app/eggs/zc.buildout-2.3.1-py2.7.egg/zc/buildout/easy_install.py", line 685, in install
    for_buildout_run=for_buildout_run):
File "/opt/plumi/plumi.app/eggs/zc.buildout-2.3.1-py2.7.egg/zc/buildout/easy_install.py", line 549, in _get_dist
    dist = self._env.best_match(requirement, ws)
File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 1042, in best_match
    dist = working_set.find(req)
File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 674, in find
    raise VersionConflict(dist, req)
VersionConflict: (setuptools 12.4 (/opt/plumi/plumi.app/eggs/setuptools-12.4-py2.7.egg), Requirement.parse('setuptools==0.6c11'))




then I tried

/opt/plumi/plumi.app# ./bin/python bootstrap.py && ./bin/buildout -distribute Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-12.4.zip
Extracting in /tmp/tmpdChEPs
Now working in /tmp/tmpdChEPs/setuptools-12.4
Building a Setuptools egg in /tmp/tmpit3xvp
/tmp/tmpit3xvp/setuptools-12.4-py2.7.egg
Error: Invalid option -d



then I tried:

/opt/plumi/plumi.app# ./bin/python bootstrap.py && ./bin/buildout

which after a while ended up like this:

Got Jinja2 2.7.3.
Getting distribution for 'markupsafe'.
Got MarkupSafe 0.23.
While:
  Installing.
  Getting section cache.
  Initializing section cache.
  Loading zc.buildout recipe entry plone.recipe.varnish:default.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/opt/plumi/plumi.app/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 1683, in main
    getattr(buildout, command)(args)
File "/opt/plumi/plumi.app/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 439, in install
    [self[part]['recipe'] for part in install_parts]
File "/opt/plumi/plumi.app/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 987, in __getitem__
    options._initialize()
File "/opt/plumi/plumi.app/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 1071, in _initialize
    recipe_class = _install_and_load(reqs, 'zc.buildout', entry, buildout)
File "/opt/plumi/plumi.app/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 1032, in _install_and_load
    req.project_name, group, entry)
File "/opt/plumi/plumi.app/eggs/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 318, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
File "/opt/plumi/plumi.app/eggs/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2220, in load_entry_point
    raise ImportError("Entry point %r not found" % ((group,name),))
ImportError: Entry point ('zc.buildout', 'default') not found

****

I have also tried without virtualenvironment, using example:
|/opt/plumi/plumi.app#python bootstrap.py && ./bin/buildout|
or
|/opt/plumi/plumi.app#python2.7 bootstrap.py && ./bin/buildout|

Nothing I do will work, and I have followed the existing guides, so now I don't know what else to do other than asking for help.

Graabein




_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to