Giter Club home page Giter Club logo

Comments (5)

mgogoulos avatar mgogoulos commented on May 25, 2024

Hi,

the buildout has to be run as user, if you run it as root supervisord won't be able to start some of the services.

Regarding the issue with Pillow, seems that an updated version of Pillow creates problems, so edit buildout.cfg and pin the version of Pillow to 2.9.0

buildout.cfg, line 131 change

Pillow
to

Pillow=2.9.0

and rerun the buildout (as user!)

Regards

from mist-ce.

smitetierlist avatar smitetierlist commented on May 25, 2024

Pillow to Pillow=2.9.0

done

An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/home/lsc/bin/mist.io/eggs/zc.buildout-2.4.4-py2.7.egg/zc/buildout/buildout.py", line 1992, in main
getattr(buildout, command)(args)
File "/home/lsc/bin/mist.io/eggs/zc.buildout-2.4.4-py2.7.egg/zc/buildout/buildout.py", line 666, in install
installed_files = self[part]._call(recipe.install)
File "/home/lsc/bin/mist.io/eggs/zc.buildout-2.4.4-py2.7.egg/zc/buildout/buildout.py", line 1407, in _call
return f()
File "/home/lsc/bin/mist.io/eggs/zc.recipe.egg-2.0.3-py2.7.egg/zc/recipe/egg/egg.py", line 126, in install
reqs, ws = self.working_set()
File "/home/lsc/bin/mist.io/eggs/zc.recipe.egg-2.0.3-py2.7.egg/zc/recipe/egg/egg.py", line 84, in working_set
allow_hosts=self.allow_hosts)
File "/home/lsc/bin/mist.io/eggs/zc.buildout-2.4.4-py2.7.egg/zc/buildout/easy_install.py", line 848, in install
return installer.install(specs, working_set)
File "/home/lsc/bin/mist.io/eggs/zc.buildout-2.4.4-py2.7.egg/zc/buildout/easy_install.py", line 626, in install
for spec in specs]
File "build/bdist.linux-x86_64/egg/pkg_resources/init.py", line 2986, in parse
reqs = list(parse_requirements(s))
File "build/bdist.linux-x86_64/egg/pkg_resources/init.py", line 2930, in parse_requirements
"version spec")
File "build/bdist.linux-x86_64/egg/pkg_resources/init.py", line 2895, in scan_list
raise RequirementParseError(msg, line, "at", line[p:])
RequirementParseError: Expected version spec in Pillow=2.9.0 at =2.9.0

from mist-ce.

mgogoulos avatar mgogoulos commented on May 25, 2024

Ops my fault,

Pillow==2.9.0

at that point of buildout it needs ==

Cheers

from mist-ce.

smitetierlist avatar smitetierlist commented on May 25, 2024

edit: removed the huge stacktraces,log files etc - found the solution in #342

from mist-ce.

mgogoulos avatar mgogoulos commented on May 25, 2024

this is merged to the master branch now, so closing

from mist-ce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.