vsjha18 / nsetools

Realtime Data From National Stock Exchange (India)
http://nsetools.readthedocs.io
MIT License
822 stars 423 forks source link

Unable to import nsetools #38

Closed vaibhavreddys closed 5 years ago

vaibhavreddys commented 5 years ago

I had installed nsetools using this command: pip install nsetools

But I'm getting this error $ python -c "from nsetools import Nse" Traceback (most recent call last): File "", line 1, in ImportError: No module named nsetools

KanishkaSrinivas commented 5 years ago

I am also facing the same problem

Sekhar481 commented 5 years ago

I am also facing this issue both on Windows and Ubuntu . Is this issue resolved by any means ?

Sekhar481 commented 5 years ago

After downloading master branch i have placed nsetools folder under sitepackages folder. After that it is working as illustrated in readthedocs.

vsjha18 commented 5 years ago

Please setup your env correctly. Unable to find a lib mostly the setup issue.

TanishSurana commented 4 years ago

I am using vscode and it works for me when I am using the command line to run it (python filename.py) but doesn't works when I use vscode to run it.