Install Python Client Using Pip
NCache provides Python Client packages containing various libraries for NCache to work in client and server environments.
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 |