Quote:
Originally Posted by horacio
Many thanks @Damianonymous, I just put a new one Requirements.txt with this text:
urllib==1.21.1
DateTime==4.1.1
requests==2.18.1
Command==0.1.0
colorama==0.3.7
termcolor==1.1.0
configparser==3.5.0
websocket==0.2.1
websocket-client==0.37.0
|
hello. i tried making it work but without sucess...when i try to install "pip install urllib" i get this error:
"Could not find a version that satisfies the requirement urllib (from versions: )
No matching distribution found for urllib"
....all the others were installed. also when i try the command "pip list" i only get:
beautifulsoup4 (4.3.2)
colorama (0.3.9)
Command (0.1.0)
configparser (3.5.0)
DateTime (4.2)
futures (3.0.5)
gevent (1.2.2)
greenlet (0.4.12)
livestreamer (1.12.2-cb)
pip (9.0.1)
psutil (5.0.0)
pytz (2017.2)
requests (2.4.3)
setuptools (20.10.1)
singledispatch (3.4.0.3)
six (1.10.0)
termcolor (1.1.0)
urllib3 (1.9.1)
websocket (0.2.1)
zope.interface (4.4.2)
no urllib installed....in the Requirements.txt file i have
urllib==1.21.1
DateTime==4.1.1
requests==2.18.1
Command==0.1.0
colorama==0.3.7
termcolor==1.1.0
configparser==3.5.0
websocket==0.2.1
can someone help me with this problem / how to make this work? many thx in advance for your help.