Unable to install; setup tools missing #279

Closed
opened 2019-12-16 08:12:31 +00:00 by victoriatraindoc · 4 comments
victoriatraindoc commented 2019-12-16 08:12:31 +00:00 (Migrated from github.com)

Tried to install a new setup of "Enclosure Plugin" on a brand new install of Octopi . Got the following error:
"No module named setuptools"
I then ran "sudo apt-get install python-setuptools"
and then "sudo python setup.py install" and it installed beautifully.
Hope this helps

Tried to install a new setup of "Enclosure Plugin" on a brand new install of Octopi . Got the following error: "No module named setuptools" I then ran "sudo apt-get install python-setuptools" and then "sudo python setup.py install" and it installed beautifully. Hope this helps
Jyde314 commented 2020-04-05 13:32:01 +01:00 (Migrated from github.com)

Thank you ! I was stuck at this step... Now it works :
Finished processing dependencies for Adafruit-DHT==1.4.0
pi@octopi:/Adafruit_Python_DHT $ cd examples
pi@octopi:
/Adafruit_Python_DHT/examples $ sudo ./AdafruitDHT.py 22 4
Temp=22.4* Humidity=32.9%
BUT in Octoprint the "Enclosure" plugin still give me (even after refresh/reload) :
| Temperature | Humidity
0°C | 0%

Thank you ! I was stuck at this step... Now it works : Finished processing dependencies for Adafruit-DHT==1.4.0 pi@octopi:~/Adafruit_Python_DHT $ cd examples pi@octopi:~/Adafruit_Python_DHT/examples $ sudo ./AdafruitDHT.py 22 4 Temp=22.4* Humidity=32.9% BUT in Octoprint the "Enclosure" plugin still give me (even after refresh/reload) : | Temperature | Humidity 0°C | 0%
Jyde314 commented 2020-04-05 13:46:34 +01:00 (Migrated from github.com)
Solved by this one : https://github.com/vitormhenrique/OctoPrint-Enclosure/issues/291
vitormhenrique commented 2020-04-05 15:49:54 +01:00 (Migrated from github.com)

Thanks for coming back and documenting!
Question, what version of python / octoprint are you using?

Thanks for coming back and documenting! Question, what version of python / octoprint are you using?
Jyde314 commented 2020-04-22 21:05:09 +01:00 (Migrated from github.com)

Hi, sorry for delay to answer this. Version of python is 2.7.13 Octoprint is up to date so 1.4

Hi, sorry for delay to answer this. Version of python is 2.7.13 Octoprint is up to date so 1.4
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#279