Closed vaibhavreddys closed 5 years ago
I am also facing the same problem
I am also facing this issue both on Windows and Ubuntu . Is this issue resolved by any means ?
After downloading master branch i have placed nsetools folder under sitepackages folder. After that it is working as illustrated in readthedocs.
Please setup your env correctly. Unable to find a lib mostly the setup issue.
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.
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