Installation

On Linux or Mac OS X, running Python 3.7, 3.8, 3.9, 3.10, 3.11 and with pip installed, you can run:

pip install nimblephysics

For new ARM Macs (“M1”, “M2”, etc chips), we make builds available for Python 3.9. If you are using Python 3.9 on an ARM Mac, you can also run:

pip install nimblephysics

We do not currently support Windows. Windows users are recommended to use the Windows Subsystem for Linux.

Common Errors (and how to fix them)

If your version of pip is older than 19.3, you will run into ERROR: No matching distribution found for nimblephysics. There’s an easy fix, which is to upgrade pip and try again:

pip install -U pip
pip install nimblephysics