RuchiTanmay / nselib

nse data library
Apache License 2.0
50 stars 32 forks source link

No module named 'nselib' #14

Closed sudipbapiray closed 1 month ago

sudipbapiray commented 7 months ago

pip install nselib

still getting the error NSELIB2 NSELIB

ankit100ni commented 4 months ago

A few things you may check here:

Check Python Version: Ensure that you are using the correct Python version where 'nselib' is installed. Sometimes, if you have multiple Python installations, the module might be installed in a different version than the one you're using in your code. If you are on Mac- prese cmd+Shift+P, Python: Select Interpreter, and change the interpreter.

Virtual Environment: If you're working in a virtual environment, make sure that the 'nselib' module is installed within that environment. Activate the virtual environment and then run your code.

Module Path: Check if the 'nselib' module is installed in the correct directory that Python is looking in. You can print out the sys.path variable in your code to see the list of directories Python searches for modules.

RuchiTanmay commented 1 month ago

Hi, Please Try with new version nselib 1.0 pip install nselib --upgrade