-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Labels
questionFurther information is requestedFurther information is requested
Description
- 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
Labels
questionFurther information is requestedFurther information is requested