We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per test in my lab, need to add below to the code so the script could still work .
solution:
add --user to the below three lines.
add below to the code will fix the issue
Now the runbook could work.
Please update the code accordingly.
The text was updated successfully, but these errors were encountered:
I got the same issue, but I can't follow your solution's step because It misses a screen : Can you put the code please ?
Sorry, something went wrong.
add below.
try: subprocess.check_call([sys.executable, '-m', 'pip', 'install', '--upgrade', 'pip']) except subprocess.CalledProcessError as e: print("Error upgrading pip:", e)
I had this issue today, thank you for the above @anranwuyan, that fixed it 👍
No branches or pull requests
Per test in my lab, need to add below to the code so the script could still work .
solution:
add --user to the below three lines.
add below to the code will fix the issue
Now the runbook could work.
Please update the code accordingly.
The text was updated successfully, but these errors were encountered: