voxpupuli / puppet-python

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://forge.puppetlabs.com/puppet/python
Apache License 2.0
199 stars 371 forks source link

Python 3.6 on ubuntu 18.04 not working #508

Closed rismoney closed 4 years ago

rismoney commented 4 years ago

I am trying to use this python module (latest) to install python 3.6 on an ubuntu 18.04

class { 'python':
    version    => '3.6',
    pip        => 'present',
    dev        => 'present',
    virtualenv => 'present',
  }

No virtualenv installed on path - can't create environments. Please advise on what I am doing wrong.

tonythomas01 commented 4 years ago

Happening for me on 3.7 as well. A simple sudo apt-get install python3.7 on the machine works though. Very interesting what is going on.

baurmatt commented 4 years ago

This broke in https://github.com/voxpupuli/puppet-python/pull/489