nmslib / hnswlib

Header-only C++/python library for fast approximate nearest neighbors
https://github.com/nmslib/hnswlib
Apache License 2.0
4.12k stars 609 forks source link

Illegal instruction (core dumped) while importing hnswlib on an AWS Batch Job #468

Open AkhilKothari7 opened 1 year ago

AkhilKothari7 commented 1 year ago

The code works locally and on an EC2 instance. But while running it as a batch job, I keep getting this error: Illegal instruction (core dumped) python3 ./jarvis_e.py $ENV because of this command in my docker file "RUN pip install hnswlib"

yurymalkov commented 1 year ago

Hi @AkhilKothari7, I am not sure what is the issue. You can login into the last runnable docker container and try to debug it from there.