Kotak-Neo / kotak-neo-api

100 stars 86 forks source link

ModuleNotFoundError: No module named 'neo_api_client' #58

Closed Abhinawkhandelwal closed 9 months ago

Abhinawkhandelwal commented 10 months ago

I have installed the pip - pip install "git+https://github.com/Kotak-Neo/kotak-neo-api.git#egg=neo_api_client" but getting this error image

shusinghal commented 10 months ago

in your terminal, run the command 'git freeze'. It provides list of all modules available to that project. Check if neo-api-client is available there. If not, install again. If it is there, try importing any other package and see if code runs.

Hari3115 commented 9 months ago

Restart the terminal post pip installation and then try the login process

Kotak-Neo commented 9 months ago

@Abhinawkhandelwal Hope this has been resolved, closing the issue. :)