You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
}
}
The text was updated successfully, but these errors were encountered:
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
I am getting this error, on ubuntu trusty 14.04
My code is
The text was updated successfully, but these errors were encountered: