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

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

Closed
shishirsharma opened this issue Apr 3, 2015 · 2 comments
Closed

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

shishirsharma opened this issue Apr 3, 2015 · 2 comments

Comments

@shishirsharma
Copy link

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,
  }

}

@shishirsharma shishirsharma changed the title I am trying to use version a 2.7, It doesn't work. I am trying to install python version 2.7, It doesn't work. Apr 3, 2015
@shishirsharma
Copy link
Author

@ghoneycutt
Copy link
Member

Hi @shishirsharma

Please send a pull request so we can support your setup. Thank you!

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

2 participants