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
Error: Execution of '/bin/yum -d 0 -e 0 -y install ' returned 1: Error: Nothing to do
Error: /Stage[main]/Python::Install/Package[python]/ensure: change from purged to present failed: Execution of '/bin/yum -d 0 -e 0 -y install ' returned 1: Error: Nothing to do
Warning: /Stage[main]/Python::Install/Package[virtualenv]: Skipping because of failed dependencies
Warning: /Stage[main]/Python::Install/Package[pip]: Skipping because of failed dependencies
Error: Execution of '/bin/yum -d 0 -e 0 -y install -devel' returned 1: CRITICAL:yum.cli:Command line error: option -d: invalid integer value: 'evel'
Usage: yum [options] COMMAND
and the debug info
0;36mDebug: Packagepython: Ensuring => presentESC[0m
ESC[0;36mDebug: Executing: '/bin/yum -d 0 -e 0 -y install 'ESC[0m
ESC[mNotice: /Stage[main]/Python::Install/Package[virtualenv]: Dependency Package[python] has failures: trueESC[0m
ESC[0;36mDebug: /Stage[main]/Python::Install/Package[virtualenv]: Resource is being skipped, unscheduling all eventsESC[0m
ESC[mNotice: /Stage[main]/Python::Install/Package[pip]: Dependency Package[python] has failures: trueESC[0m
ESC[0;36mDebug: /Stage[main]/Python::Install/Package[pip]: Resource is being skipped, unscheduling all eventsESC[0m
ESC[0;36mDebug: Executing: '/bin/rpm -q -devel --nosignature --nodigest --qf %{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n'ESC[0m
ESC[0;36mDebug: Executing: '/bin/rpm -q -devel --nosignature --nodigest --qf %{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n --whatprovides'ESC[0m
ESC[0;36mDebug: Packagepython-dev: Ensuring => presentESC[0m
ESC[0;36mDebug: Executing: '/bin/yum -d 0 -e 0 -y install -devel'ESC[0m
ESC[0;36mDebug: Class[Python::Install]: Resource is being skipped, unscheduling all eventsESC[0m
i tested it before and i know its working.
The main reason for my error was faulty detection of python i think. so this was just a symptom.
i tried the 1.8.2 today and it worked 29aa2f3
think this commit did it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.