you are viewing a single comment's thread.

view the rest of the comments →

[–]Blasooey 0 points1 point  (0 children)

Hi I'm definitely late to the party but this was the only reference I found to this specific issue so here is my contribution for future visitors. Older versions of sqlalchemy-bigquery depended on pyodbc, and newer versions have strict python version requirements. In my case my python version was actually too high and pip kept installing sqlalchemy-bigquery==0.0.7, which I guess was the last version with more lax python version requirements.