adafruit / Adafruit_Python_DHT

Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black.
MIT License
1.12k stars 980 forks source link

Broken link in ez_setup #92

Closed terminal3 closed 6 years ago

terminal3 commented 6 years ago

setuptools is no longer found at https://pypi.python.org/packages/source/s/setuptools/

ayoubbargach commented 6 years ago

Same issue :/

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

ayoubbargach commented 6 years ago

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)

Tronde commented 6 years ago

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.

brennen commented 6 years ago

Duplicates #91.