Open anranwuyan opened 6 months ago
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 ?
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 ?
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 👍
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.