Closed
Description
Steps to reproduce:
import numpy 1.25.0 in a task running in aws-batch fails with illegal instruction but runs locally.
python version: 3.10.11
working numpy version: 1.24.3
not working numpy version: 1.25.0
AWS batch is configured to use the following instance types:
- m6g
- r6g
- c7g
Error message:
bash: line 1: 47 Illegal instruction (core dumped) ( python -u src-metrics-flows-test.py --quiet --metadata se
Unfortunately due to running in AWS batch we are not able to get the core dump currently.
Additional information:
Roll back to 1.24.3 and it works again without us changing any code. I would hazard an un-scientific guess that this could be related to the build work thats been going on.