You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(root@myserver Linux)
(/root/nestdigilord/pynest-master)$ pip install ./nest_thermostat
Mon Apr 21 12:54:11 EDT 2014
Directory './nest_thermostat' is not installable. File 'setup.py' not found.
Storing complete log in /root/.pip/pip.log
I am not a python programmer but had been using the pynest project successfully until sometime in March when it suddenly stopped working.
Can you please help me get it working again?
Ron
Here is the current contents of the pip.log in its entirety:
/usr/bin/pip-python run on Mon Apr 21 12:54:11 2014
Directory './nest_thermostat' is not installable. File 'setup.py' not found.
Exception information:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/pip/basecommand.py", line 124, in main
self.run(options, args)
File "/usr/lib/python2.4/site-packages/pip/commands/install.py", line 169, in run
requirement_set.add_requirement(
File "/usr/lib/python2.4/site-packages/pip/req.py", line 89, in from_line
raise InstallationError("Directory %r is not installable. File 'setup.py' not found."
InstallationError: Directory './nest_thermostat' is not installable. File 'setup.py' not found.
The text was updated successfully, but these errors were encountered:
I had left a message on Error #13 and was asked to open a new issue. Here is the text I previously posted in that issue:
digilord,
I just tried to install your version of nest.py on my CentOS 5.10 server and got the below responses:
(root@myserver Linux)
(/root/nestdigilord/pynest-master)$ ll
Mon Apr 21 12:54:01 EDT 2014
total 24
-rw-r--r-- 1 root root 389 Apr 14 10:37 LICENSE.md
-rw-r--r-- 1 root root 37 Apr 14 10:37 MANIFEST.in
-rwxr-xr-x 1 root root 4023 Apr 14 10:37 nest.py*
drwxr-xr-x 2 root root 4096 Apr 14 10:37 nest_thermostat/
-rw-r--r-- 1 root root 1541 Apr 14 10:37 README.md
-rwxr-xr-x 1 root root 531 Apr 14 10:37 setup.py*
(root@myserver Linux)
(/root/nestdigilord/pynest-master)$ pip install ./nest_thermostat
Mon Apr 21 12:54:11 EDT 2014
Directory './nest_thermostat' is not installable. File 'setup.py' not found.
Storing complete log in /root/.pip/pip.log
I am not a python programmer but had been using the pynest project successfully until sometime in March when it suddenly stopped working.
Can you please help me get it working again?
Ron
Here is the current contents of the pip.log in its entirety:
/usr/bin/pip-python run on Mon Apr 21 12:54:11 2014
Directory './nest_thermostat' is not installable. File 'setup.py' not found.
Exception information:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/pip/basecommand.py", line 124, in main
self.run(options, args)
File "/usr/lib/python2.4/site-packages/pip/commands/install.py", line 169, in run
requirement_set.add_requirement(
File "/usr/lib/python2.4/site-packages/pip/req.py", line 89, in from_line
raise InstallationError("Directory %r is not installable. File 'setup.py' not found."
InstallationError: Directory './nest_thermostat' is not installable. File 'setup.py' not found.
The text was updated successfully, but these errors were encountered: