tvwenger / maxfield

An Ingress Linking and Fielding Strategy Generator

Home Page:http://www.ingress-maxfield.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: cannot import name process

franckentien opened this issue · comments

I have copy the file on my computer and install the dependency
when i run the command : python makePlan.py --help i got an error :

Traceback (most recent call last):
  File "makePlan.py", line 48, in <module>
    from pebble import process, TimeoutError # to handle timeout
ImportError: cannot import name process

i run the script with python 2.7.14+ on kali linux

Fixed requirements.txt file
bbe8f1c

solved thanks,
I need also to run this command: pip install --upgrade numpy scipy pandas