Quote:
Originally Posted by john1291
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.
|
You have an old version of urllib3 (1.9.1) so you need to install a new one:
pip install urllib3==1.21.1
For urllib try:
https://www.versioneye.com/python/urllib/1.21.1
pip install
https://pypi.python.org/packages/da/...-1.21.1.tar.gz
Do not forget to install the websocket-client:
pip install websocket-client==0.37.0
Download link for new version 1.0.5 zip file is:
https://github.com/horacio9a/myfreec...ive/master.zip