-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Install with Python3 #252
Comments
I can confirm this is an issue for me too. Since Puppetboard upgraded from release tag v1.0.0 to v1.1.0 and dropped support for Python 2.7, this module no longer support CentOS / RHEL. Support is notionally possible using SCL rh-python3.6 but there are a number of interlinked issues:
In answer to the OP question, @initrd it is possible to get Puppetboard running on CentOS if you force the Puppetboard web interface (not this Puppetboard Puppet module) back to revision v1.0.0:
There are several ways to resolve this issue: I think these are broadly in order of preference, but I'm sorry to say I haven't been able to find a way to implement fix A. |
I also have this issue and used the workaround to force the web interface back to revision v1.0.0 |
I also have this issue. |
+1 having this same issue. |
Affected Puppet, Ruby, OS and module versions/distributions
puppet-python 3.0.1
How to reproduce (e.g Puppet code you use)
How do I make the module use the python3/python36 on CentOS 7? With
manage_virtualenv
, the module uses the'system'
version of Python - 2.7.Thanks!
The text was updated successfully, but these errors were encountered: