The Opentrons API is a simple Python framework for writing automated biology lab protocols on Opentrons robots (e.g., OT-2, Flex). Current version is 9.0.0, requiring Python >=3.10. The library is actively maintained with regular releases.
pip install opentronsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal protocol that loads labware and performs a transfer.
Set metadata['apiLevel'] to the latest or a compatible version (e.g., '2.13').
Use 'from opentrons.protocol_api import ProtocolContext' instead.
Replace 'opentrons.execute' with 'opentrons.simulate' for simulation.
Use exact names from Opentrons Labware Library (e.g., 'corning_96_wellplate_360ul_flat').
Run 'pip install opentrons' and ensure you are using the correct Python environment.
Add 'metadata = {'apiLevel': '2.13'}' (or your version) before the run function.Check the exact labware name in the Opentrons Labware Library (https://labware.opentrons.com/).
No resource links recorded.