Password:
Requirement already up-to-date: biplist in /private/var/root/Library/Python/2.7/lib/python/site-packages
needle$: python needle.py
Traceback (most recent call last):
File "needle.py", line 9, in
from core.framework import cli
File "/Users/pragyan.a.paramita/Downloads/needle/needle/core/framework/cli.py", line 8, in
from ..utils.printer import Colors, Printer
File "/Users/pragyan.a.paramita/Downloads/needle/needle/core/utils/printer.py", line 4, in
from utils import Utils
File "/Users/pragyan.a.paramita/Downloads/needle/needle/core/utils/utils.py", line 6, in
import biplist
ImportError: No module named biplist
needle$:
Python script not executing - throwing error
The whole script should be running smoothly since all the specifications are updated and synced.
needle$: sudo -H pip install --upgrade --user biplist
Password: Requirement already up-to-date: biplist in /private/var/root/Library/Python/2.7/lib/python/site-packages needle$: python needle.py Traceback (most recent call last): File "needle.py", line 9, in
from core.framework import cli
File "/Users/pragyan.a.paramita/Downloads/needle/needle/core/framework/cli.py", line 8, in
from ..utils.printer import Colors, Printer
File "/Users/pragyan.a.paramita/Downloads/needle/needle/core/utils/printer.py", line 4, in
from utils import Utils
File "/Users/pragyan.a.paramita/Downloads/needle/needle/core/utils/utils.py", line 6, in
import biplist
ImportError: No module named biplist
needle$:
Steps to reproduce
1.install needle -cd needle
2.python needle.py