Kotak-Neo / kotak-neo-api

112 stars 103 forks source link

unable perform git repository install in cmd #164

Open PARTHU2424 opened 4 months ago

PARTHU2424 commented 4 months ago

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'

nikkdevic commented 4 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.

https://github.com/python-poetry/poetry/issues/8946

chethan59 commented 4 months ago

install the libraries manually, and install latest version of numpy. for quick solution.