I tried to update our HSDS installation to 0.9.4 and the server failed to restart.
After some investigations, I saw that the service and data nodes were not starting and throwing a Illegal instruction error.
I tried to reproduce it with minimal setup by:
- Creating a new venv with Python 3.12
- Cloning the HSDS repo
- Run
pip install -e .
- Run
hsds-datanode
I then get Illegal instruction in the terminal with no further information.
If I roll back to 0.8.4 (git checkout v0.8.4), hsds-datanode seem to work fine.
Please tell me if I can give more useful information. I am really puzzled here so any insight would be appreciated 😄
I tried to update our HSDS installation to 0.9.4 and the server failed to restart.
After some investigations, I saw that the service and data nodes were not starting and throwing a
Illegal instructionerror.I tried to reproduce it with minimal setup by:
pip install -e .hsds-datanodeI then get
Illegal instructionin the terminal with no further information.If I roll back to 0.8.4 (
git checkout v0.8.4),hsds-datanodeseem to work fine.Please tell me if I can give more useful information. I am really puzzled here so any insight would be appreciated 😄