ImportError: No module named concurrent.futures.process
Solution 1:
If you're using Python 2.7 you must install this module :
pip install futures
Futures feature has never included in Python 2.x core. However, it's present in Python 3.x since Python 3.2.