I am trying to run my script but keep getting this error:
File ".\\checkmypass.py", line 1, in
import requests line 3, in
I had the same issue, I had a file I created in the same folder called requests.py. So it was actually importing that file and not the actually requests you install with pip. Then I had another issue with a file i created called logging.py. I renamed both and issue resolved. sounds like the same issue...