Fina Silva-Santisteban
06/06/2022, 6:35 PMUnexpected error: InvalidIndexError(Int64Index([0], dtype='int64'))
File "/usr/local/lib/python3.8/site-packages/pandas/core/indexes/base.py", line 5637, in _check_indexing_error
raise InvalidIndexError(key)
pandas.errors.InvalidIndexError: Int64Index([0], dtype='int64')
What’s even more confusing is that this flow used to run fine on aws fargate cluster for quite a long time and only recently started throwing that error. (We had pushed a change to the codebase, noticed the flow didn’t work anymore, undid the change we pushed but the error remained.) Any help is greatly appreciated! 🙏Kevin Kho
06/06/2022, 6:43 PMFina Silva-Santisteban
06/06/2022, 9:25 PM1.3.1
( I didn’t lock the version in the pipfile itself though). Why wouldn’t it use that same version when run on fargate??Kevin Kho
06/06/2022, 10:02 PMFina Silva-Santisteban
06/07/2022, 10:30 PMKevin Kho
06/07/2022, 10:31 PM