Missing Read Me Adafruit instructions #317

Open
opened 2020-04-30 18:23:04 +01:00 by Akilestar · 2 comments
Akilestar commented 2020-04-30 18:23:04 +01:00 (Migrated from github.com)

You may want to include the python-setuptools package in the read me section for the Adafruit temperature sensor installation.

You may want to include the python-setuptools package in the read me section for the Adafruit temperature sensor installation.
victoriatraindoc commented 2020-05-02 06:14:37 +01:00 (Migrated from github.com)

I installed pip as the penultimate line:
sudo apt-get install python-pip
then entered the last line:
sudo python2 setup.py install
and it worked with no difficulty

I installed pip as the penultimate line: sudo apt-get install python-pip then entered the last line: sudo python2 setup.py install and it worked with no difficulty
elfhelmp commented 2020-06-15 19:11:25 +01:00 (Migrated from github.com)

For me it didn't work. When doing # sudo python setup.py install
this is what I get:

Traceback (most recent call last):
File "setup.py", line 1, in
from setuptools import setup, find_packages, Extension
ImportError: No module named setuptools

so I had to do: # sudo apt-get install python-setuptools
and only after that the setup.py worked.
If you add the line and people use it, there is no harm.

For me it didn't work. When doing # sudo python setup.py install this is what I get: Traceback (most recent call last): File "setup.py", line 1, in <module> from setuptools import setup, find_packages, Extension ImportError: No module named setuptools so I had to do: # sudo apt-get install python-setuptools and only after that the setup.py worked. If you add the line and people use it, there is no harm.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#317