How do I install a module to run a Python script? I'm getting the following error: Traceback (most recent call last): File "/home/test.py", line 1, in <module> import nipyapi ModuleNotFoundError: No module named 'nipyapi'
It works from the command line.