ERROR: Could not find a version that satisfies the requirement pandas>=1.4.3 (from dhanhq)

Hi, While trying to install dhanhq package from command prompt I am getting below error, pls help out how to resolve it

(test_env) lucky: test$ pip install dhanhq

Collecting dhanhq

Using cached https://files.pythonhosted.org/packages/ac/f5/4e18744b1d2e38ce7808a1dbd575a8b0220e4084b5d69e43c4b3bd89957c/dhanhq-1.2.2-py3-none-any.whl

Requirement already satisfied: requests>=2.28.1 in /usr/local/lib/python3.7/site-packages (from dhanhq) (2.31.0)

ERROR: Could not find a version that satisfies the requirement pandas>=1.4.3 (from dhanhq) (from versions: 0.1, 0.2, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.5.0, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.8.0, 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.15.2, 0.16.0, 0.16.1, 0.16.2, 0.17.0, 0.17.1, 0.18.0, 0.18.1, 0.19.0, 0.19.1, 0.19.2, 0.20.0, 0.20.1, 0.20.2, 0.20.3, 0.21.0, 0.21.1, 0.22.0, 0.23.0, 0.23.1, 0.23.2, 0.23.3, 0.23.4, 0.24.0, 0.24.1, 0.24.2, 0.25.0, 0.25.1, 0.25.2, 0.25.3, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5)

ERROR: No matching distribution found for pandas>=1.4.3 (from dhanhq)

WARNING: You are using pip version 19.3.1; however, version 23.1.2 is available.

You should consider upgrading via the ‘pip install --upgrade pip’ command.

Hello @lucky10101

Welcome to Dhan Community!

Over here, first, it looks like you already have ‘dhanhq’ python library installed.
If you wish to update the same to the latest version, you can use

pip install --upgrade dhanhq

This should help you be on latest version of dhanhq which is 1.2.2.

You can also try upgrading your ‘pandas’ library too.