I'm trying to run the script with command ./vocalive.py -h but I am getting the following error:
Traceback (most recent call last):
File "./vocalive.py", line 4, in
import requests;
ImportError: No module named requests
Is there any pre-configuration?
How do I download the dependencies?
My python version is 2.7.9 .
I'm trying to run the script with command
./vocalive.py -hbut I am getting the following error:Traceback (most recent call last):
File "./vocalive.py", line 4, in
import requests;
ImportError: No module named requests
Is there any pre-configuration?
How do I download the dependencies?
My python version is 2.7.9 .