View Single Post
  #1199  
Old 09-09-2017, 03:01 PM
horacio horacio is offline
Senior Member
 
Join Date: Oct 2012
Posts: 213
horacio is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by troxo View Post
Hi horacio
i'm geting the following error when im trying pip install -r Requrements.txt



Q:\-mfc-py>pip install -r Requirements.txt
Collecting urllib==1.21.1 (from -r Requirements.txt (line 1))
Could not find a version that satisfies the requirement urllib==1.21.1 (from -r Requirements.txt (line 1)) (from versions: )
No matching distribution found for urllib==1.21.1 (from -r Requirements.txt (line 1))

Q:\-mfc-py>
any help??
It is best to install each module individually one by one like this:

pip install urllib
pip install DateTime
pip install requests
pip install Command
pip install colorama
pip install termcolor
pip install configparser
pip install websocket

... but before that look what modules you already have with this command:

pip list
Reply With Quote