Skip to content

Instantly share code, notes, and snippets.

View SamWolski's full-sized avatar

Sam Wolski SamWolski

View GitHub Profile
@shanto268
shanto268 / install_qiskit_metal_m1_mac.md
Last active February 21, 2024 16:41
Installing qiskit-metal on a M1 Mac (Apple Silicon)

There was no one resource avaiable online that walks through the process of installing qiskit-metal on a M1 Mac (Apple Silicon).

Hoping this helps others.

  1. Create a fresh conda environment with python 3.9 and configure it to emulate x86
CONDA_SUBDIR=osx-64 conda create -n <env_name> python=3.9
conda activate