I’m trying to set up a SQL server with Google, that I’m able to connect to with Microsoft SQL server, but when I try to connect with python, I’m not able to import google.cloud.sql.connector to my code. I installed the Google libraries with PIP and can import google.cloud.sql, but when I try to add or import the connector it gives me “The requests library is not installed from please install the requests package to use the requests transport.”
Any advice?
I’ve tried installing Google SQL libraries with several PIP commands, all of which install without issue, but I’m still not able to import the connector in my code.
Lollipop Swamp is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.