Forums

how to use installed modules

i have instaled module using pip3.6 install --user nsetools its installed successfully but whe i use in my program as from nsetools import Nse is gives module not found error

How are you running the script? Is it definitely with Python 3.6?