Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 856 Bytes

File metadata and controls

28 lines (22 loc) · 856 Bytes

How to install qiskit==0.2x.x

on x86_64 or AMD64 (Windows/MacOS/Linux)

  1. install anaconda and create environment as usual. Python version should be 3.8!

    conda create -n qiskit-2x python=3.8
    conda activate qiskit-2x
  2. Now you can downgrade to older versions of qiskit from source, or with pip

    pip install -U qiskit==0.2x.x
  3. For this lectures, you would need the followings

    pip install matplotlib==3.4.3 ipywidgets ipykernel pylatexenc seaborn

on Apple Silicon

Not allowed