Python
How to install the BOW Python API.
Prerequisites
First, ensure the following:
Dependencies
No further dependencies
Installation
To install the BOW Python API, you can use pip
to install the package from the Python package repository.
Compatible Python Versions
The API supports Python 3.7-3.13 on Windows and Linux AMD64 platforms. MacOS Silicon and Intel versions, as well as other ARM64 architectures, are coming soon. Contact us at [email protected] if you want us to prioritise a particular release.
Platform | Architecture | Versions | Status |
---|---|---|---|
Windows | 64-bit | 3.7+ | ✅ Supported |
Linux | 64-bit | 3.7+ | ✅ Supported |
macOS | 64-bit | 🔄 Coming Soon | |
macOS | ARM64 | 🔄 Coming Soon | |
Linux | ARM64 | 🔄 Coming Soon | |
Windows | ARM64 | ❌ Not Supported | |
Any | 32-bit | ❌ Not Supported |
Recommendations
To help maintain a clean python installation we strongly recommend that you use a python virtual environment.