LynkerIntel / rainOrSnowTools

3 stars 0 forks source link

Numpy version error causing failures in AWS Lambda #6

Open anguswg-ucsb opened 2 months ago

anguswg-ucsb commented 2 months ago

There is a known numpy / pandas version issue going on in the main AWS Lambda function that pulls data from the Airtable and puts it into the data processing pipeline.

The error is being tracked in this numpy #26710 issue SO post

I am working on a fix. Most advice recommends to pin the numpy and pandas versions but I haven't had luck with the suggestions I've seen so far.