Any idea how to fix this? I've installed biplist through homebrew. I'm on macOS 10.13.2
python needle.py Traceback (most recent call last): File "needle.py", line 9, in <module> from core.framework import cli File "/Users/tim/needle/needle/core/framework/cli.py", line 8, in <module> from ..utils.printer import Colors, Printer File "/Users/tim/needle/needle/core/utils/printer.py", line 4, in <module> from utils import Utils File "/Users/tim/needle/needle/core/utils/utils.py", line 6, in <module> import biplist ImportError: No module named biplist
Any idea how to fix this? I've installed biplist through homebrew. I'm on macOS 10.13.2
python needle.py Traceback (most recent call last): File "needle.py", line 9, in <module> from core.framework import cli File "/Users/tim/needle/needle/core/framework/cli.py", line 8, in <module> from ..utils.printer import Colors, Printer File "/Users/tim/needle/needle/core/utils/printer.py", line 4, in <module> from utils import Utils File "/Users/tim/needle/needle/core/utils/utils.py", line 6, in <module> import biplist ImportError: No module named biplist