Install Python Client Using Pip
NCache offers high-performance Python Client packages for distributed data and session caching. With the NCache client installation through Pip, developers can easily incorporate distributed caching functionality into Python microservices and web applications. The package contains all the required libraries to ensure smooth communication between Python environments and the NCache server cluster.
Important
Before getting started with NCache in Python, take the following prerequisites under consideration:
- Ensure only .NET 8.0 is installed on the machine where you are running your python application.
- Microsoft Visual C++ redistributed package 2015 is installed.
To install the Python Client packages for NCache Enterprise, run the following command in a shell environment. This will install all NCache client libraries in your application:
pip install ncache-client
Supported Python Versions
The supported Python versions are as follows:
| Product | Versions |
|---|---|
| Python | 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 |