Skip to content

zsh: illegal hardware instruction" error on Mac OS, M1 chip #575

@MarcoEng77

Description

@MarcoEng77
  • Orion version: 0.6.1
  • Python version: 3.11
  • Operating System: Mac OS (M1 chip)

Description

Trying to creare an Orion object, the Jupyter notebook hangs forever, without crashing or erroring.
Running the same commands in a script, I get the error zsh: illegal hardware instruction

What I Did

I installed orion-ml using pip as recommended in a freshly minted conda environment, with Python 3.11.
I then tried a "smoke test":

from orion.data import load_signal from orion import Orion train_data = load_signal('S-1-train') orion = Orion()

and the jupyter notebook hung forever (>10 minutes).
I tried using a python script and I got the error zsh: illegal hardware instruction

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions