Skip to content

I am trying to install python version 2.7, It doesn't work.  #185

@shishirsharma

Description

@shishirsharma

I am getting this error, on ubuntu trusty 14.04

Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Function Call, validate_re(): "2.7" does not match ["system", "pypy", "3", "3.3"] at /etc/puppet/modules/python/manifests/init.pp:76:5 on node app01.*********-1.compute.internal
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

My code is

class site::profiles::app_base {
  class { 'python' :
    version    => '2.7',
    pip        => true,
    dev        => true,
    virtualenv => true,
    gunicorn   => true,
  }

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions