it was loading for more than an hour so i killed it havent tried again
=== Downloading additional data (Dictionary) ====
An unexpected error occurred. Please open an issue on github!
here is the error:
Traceback (most recent call last):
File "/Users/Test/Jarvis/installer/main.py", line 13, in
import steps.c_nltk
File "/Users/Test/Jarvis/installer/steps/c_nltk.py", line 13, in
shell(CMD.format(package)).should_not_fail()
File "/Users/Test/Jarvis/installer/helper.py", line 156, in shell
cli_output = subprocess.check_output(cmd, shell=True, stderr=subprocess.STDOUT, universal_newlines=True)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 420, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 503, in run
stdout, stderr = process.communicate(input, timeout=timeout)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 1139, in communicate
stdout = self.stdout.read()
KeyboardInterrupt