From Qumulo Core 4.0.1, the standalone qq
CLI available on the API & Tools page in the Web UI requires Python 3.8 to 3.11.
To Upgrade the Qumulo Python SDK
To install a particular version of Python for the Qumulo Python SDK, use the following command. For example:
pip3 install qumulo_api==3.8.0
We recommend the following tools:
future
PyPI package: Helps transition code from Python 2.7 to Python 3mypy
static type checker:, which allows enforcement of static type checking in both Python 2.7 and Python 3 and is essential in ensuring that your refactoring is safe.
Comments
0 comments