adafruit/Adafruit_Python_DHT

Broken link in ez_setup

terminal3 opened this issue · 4 comments

Same issue :/

There is something similar here #91 But even with the add zip, it does not work.

Delete setuptools-4.0.1.zip

and try

wget https://files.pythonhosted.org/packages/cb/e0/b5ecf534e14304e62c781614d683d0daa571efe92678901559ea84c1559e/setuptools-4.0.1.zip

More info here : https://pypi.org/project/setuptools/
Choose "release history", and look for 4.0.1 (Old version released in 2015)

Thank you for your suggestion. I had downloaded setuptools from the link you mentioned and was able to complete the installation.

The Readme.md says that one do not need to use sudo when installing on Raspberry Pi. But in my case using Raspbian GNU/Linux 9 (stretch) the installation failed when omitting sudo.

Duplicates #91.