bookworm icon indicating copy to clipboard operation
bookworm copied to clipboard

trying to run from the command line

Open fredzannarbor opened this issue 4 years ago • 0 comments

worm$ python run_bookworm.py --path ../PKsum/granddaughter.txt  --output_file gd.json
Traceback (most recent call last):
  File "run_bookworm.py", line 3, in <module>
    from bookworm import *
  File "/Users/fred/bin/nimble/openai/nimbleAI/app/utilities/bookworm/bookworm/__init__.py", line 3, in <module>
    from .visualise import *
  File "/Users/fred/bin/nimble/openai/nimbleAI/app/utilities/bookworm/bookworm/visualise.py", line 1, in <module>
    import community
ModuleNotFoundError: No module named 'community'

I want to run from command line only, is this possible, or is the Jupyter notebook required?

fredzannarbor avatar Apr 15 '21 03:04 fredzannarbor