tvwenger / maxfield

An Ingress Linking and Fielding Strategy Generator
http://www.ingress-maxfield.com/
GNU General Public License v3.0
106 stars 56 forks source link

Error: cannot import name process #24

Closed franckentien closed 6 years ago

franckentien commented 6 years ago

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

tvwenger commented 6 years ago

Fixed requirements.txt file https://github.com/tvwenger/maxfield/commit/bbe8f1c4c32703352e8bc8c90373ba0d5115fc4e

franckentien commented 6 years ago

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