Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am using Python on a Windows 10 device to execute manageadmins.pyIt does not run and prompts to install the module requests which si already installed and listed in pip listI have tried Python 3.6.8 and 3.10.0 and requests 2.26 and 2.70pip 18.? and...
Thank you all to everybody who replied. I apologize for the delay but I was sidelined by another project for the last few weeks and was only able to return to this over the weekend.I had followed the suggestions from Mihail already without any succes...
Hi Philip,Thank you for the reply.Ive also tried installing it for a use pip install --user requests but all requirements are already satisfied.import requests in the python shell has no response so I'm trying to work my way through this.I will tr...