I am trying to run this script here:
However, when I run
./sigexport.py outputdirI get this:
Traceback (most recent call last): File "/Library/Frameworks/", line 11, in <module> import click
ModuleNotFoundError: No module named 'click'Any idea what I am doing wrong?
61 Answer
enter in terminal:
sudo pip3 install Click