act-now-coalition / can-scrapers

MIT License
9 stars 13 forks source link

module name TableauScraper --> tableauscraper, aggregate SC data to individual demographics #377

Closed smcclure17 closed 2 years ago

smcclure17 commented 2 years ago

Production was using tableauscraper version 0.1.4 while locally (and in requirements.txt) we were using version 1.29.

I upgraded to version 1.4 locally and attempted to run SCVaccineDemographics().fetch_normalize() and got the error that's currently thrown on production.

I think this might be caused by the case formatting of the tableauscraper module (TableauScraper vs tableauscraper). It's a little strange because pip install tableauscraper and pip install TableauScraper both seem to work.

smcclure17 commented 2 years ago

oh, whoops, yeah I downgraded. For some reason, my brain was reading 0.1.29 as 0.1.2.9 so I was thinking 4 > 2.9... 🤦

You're correct, downgrading to 0.1.4 caused the errors to be thrown, and it works on 0.1.29