GithubHelp home page GithubHelp logo

Comments (4)

uc-profesia avatar uc-profesia commented on June 28, 2024

I got rid of the problem installing python first.

from vagrant-mesos.

alexlehm avatar alexlehm commented on June 28, 2024

I'm getting that on the standalone and multinodes vagrant, how to fix that?

I am on a Windows host, not sure if that affects the provisioning somehow

from vagrant-mesos.

MrRaph avatar MrRaph commented on June 28, 2024

This error is due to an incompatibility between Chef 13 and the python cookbook.

Here's how I got ride of this, just modify your Vagrantfile as follow :

  # https://vagrantcloud.com/everpeace/boxes/mesos
  config.vm.box = "everpeace/mesos"

  # enable plugins
  config.berkshelf.enabled = true
  config.berkshelf.berksfile_path ="./Berksfile"
  #config.omnibus.chef_version = :latest
  config.omnibus.chef_version = "12.21.31"

  # if you want to use vagrant-cachier,
  # please install vagrant-cachier plugin.
  if Vagrant.has_plugin?("vagrant-cachier")
    config.cache.enable :apt
    config.cache.enable :chef
  end

from vagrant-mesos.

Donnerbart avatar Donnerbart commented on June 28, 2024

This workaround is broken on my machine:

==> default: [2018-11-28T15:01:58+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> default: [2018-11-28T15:01:58+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
==> default: [2018-11-28T15:01:58+00:00] ERROR: Cookbook 'seven_zip' version '3.1.0' depends on chef version [">= 13.0"], but the running chef version is 12.21.31

from vagrant-mesos.

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.