Reputation: 11
I am using Google Cloud SQL for a telegram bot and apart from all the pip installations like pyTelgramBotAPI, pyodbc, requests, I need the ODBC Driver for it to work. Since, I did not find any possible ways to do it with the bash console I do not know what else to do. Is there any possible ways to connect this driver to pythonanywhere hosting service or not?
I have done everything needed apart from installing the driver on this hosting service. It is the last part remaining and I want to know if I can do something about that!
Upvotes: 1
Views: 322
Reputation: 298
pythonanywhere does not support MSSQL ODBC driver installation due to its licencing issues & user consent - link here to forum
Upvotes: 1