Jira (PUP-7770) Pip provider cannot manage any system python packages

2017-07-11 Thread Stephen Gelman (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Stephen Gelman commented on  PUP-7770 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Pip provider cannot manage any system python packages  
 
 
 
 
 
 
 
 
 
 
PR submitted at https://github.com/puppetlabs/puppet/pull/6059 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-7770) Pip provider cannot manage any system python packages

2017-07-11 Thread Stephen Gelman (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Stephen Gelman created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-7770 
 
 
 
  Pip provider cannot manage any system python packages  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 Types and Providers 
 
 
 

Created:
 

 2017/07/11 3:17 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Stephen Gelman 
 
 
 
 
 
 
 
 
 
 
The pip package provider cannot manage the installation of setuptools, distribute, or wheel as they are excluded from the output of "pip freeze". What happens is that puppet tries to install them on every run because it does not know they are installed. In versions of pip newer than 8.0.3 there is an "--all" flag that can be passed to pip to list them. PR is incoming to fix this, just wanted to have a jira ticket to reference . 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment