{"id":24087,"library":"multipyvu","title":"multipyvu","description":"Control MultiVu (for NanoString nCounter) using Python. Current version 3.6.1, requires Python >=3.7. Released irregularly; latest update 2023.","status":"active","version":"3.6.1","language":"python","source_language":"en","source_url":"https://github.com/NanoString/multipyvu","tags":["nanostring","multivu","ncounter"],"install":[{"cmd":"pip install multipyvu","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"wrong":"from multipyvu import MultiVu","symbol":"Client","correct":"from MultiPyVu import Client"},{"wrong":"from multipyvu import MultiVu","symbol":"MultiPyVuError","correct":"from MultiPyVu import MultiPyVuError"},{"wrong":"from multipyvu import MultiVu","symbol":"DataFile","correct":"from MultiPyVu import DataFile"}],"quickstart":{"code":"from multipyvu import MultiVu\nmv = MultiVu()\nmv.calibrate_pressure()\nprint(mv.get_pressure())","lang":"python","description":"Connect to MultiVu and calibrate pressure."},"warnings":[{"fix":"Update calls to include units: mv.set_pressure(100, unit='psi')","message":"Some methods changed between 2.x and 3.x, e.g., 'set_pressure' now requires units parameter.","severity":"deprecated","affected_versions":"<3.0.0"},{"fix":"Start MultiVu software first, then run the Python script.","message":"MultiVu must be running and listening on TCP port 19003 before connecting.","severity":"gotcha","affected_versions":"all"},{"fix":"Update imports: from multipyvu import MultiVu","message":"Version 3.0.0 removed support for Python 3.6 and older, and changed the import path from 'multipyvu.multipyvu' to 'multipyvu'.","severity":"breaking","affected_versions":"<3.0.0"}],"env_vars":null,"search_vec":"'2023':19 '3.6.1':11 '3.7':14 'control':2 'current':9 'irregular':16 'latest':17 'multipyvu':1 'multivu':3,21 'nanostr':5,20 'ncounter':6,22 'python':8,13 'releas':15 'requir':12 'updat':18 'use':7 'version':10","created_at":"2026-05-01T08:11:12.889116+00:00","updated_at":"2026-05-01T08:11:12.889116+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"3.6.1","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/multipyvu/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":[],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}