-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Wrong pip referenced inside virtualenv #505
Comments
Seeing what I think may be the same bug
Puppet Run result:
View of the contents of that directory:
I was able to use a temporary workaround by dropping in a symbolic link from pip2 -> pip3. |
Running into the same issue, and it seems to be from this resource collector: puppet-python/manifests/install.pp Lines 294 to 296 in b88ea19
I commented that snippet out locally, and it ran flawlessly for what I was doing. I don't know if that is there for a reason, but I'm happy to write up a PR if removing that is a reasonable solution |
Also happens in the global env, not a virtualenv. pip_provider is overriden by 'pip' - was driving me mad until I found this issue and workaround. Thanks :) |
Same issue, used workaround |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
No errors, execution of pip at the valid path of
/etc/zabbix/es_stats_venv/bin/pip3
which exists inside the venv.I've also tried to specify
pip3.4
as thepip_provider
, which is valid inside the venv. Specifying this has no affect on the outcome.Other virtualenvs are affected also, this is just an example showing similar symptoms.
The text was updated successfully, but these errors were encountered: