Open PARTHU2424 opened 6 months ago
Use Python 3.11.9 The issue lies in Python 3.12 dropping distutils, causing compatibility issues with numpy 1.25.2 and below versions.
Please remove or Update the version requirement for numpy from requirements for installing the api.
install the libraries manually, and install latest version of numpy. for quick solution.
i have installed git but unable to perform pip install "git+https://github.com/Kotak-Neo/kotak-neo-api.git#egg=neo_api_client" action while running in cmd loads till collecting numpy later shows error exception : import distutils.core ModuleNotFoundError: No module named 'distutils'