Kotak-Neo / kotak-neo-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable perform git repository install in cmd

PARTHU2424 opened this issue · comments

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'

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.

python-poetry/poetry#8946

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