Still having difficulty:  Only got so far.  Any suggestions?  The following 
screen shot shows my commands and the system response:

pi@raspberrypi:~ $ sudo -i
root@raspberrypi:~# cd /home/pi/Downloads
root@raspberrypi:/home/pi/Downloads# exit
logout
pi@raspberrypi:~ $ sudo -i
root@raspberrypi:~# apt-get update
Hit http://weewx.com squeeze InRelease                                     
                                
Get:1 http://archive.raspberrypi.org jessie InRelease [13.2 kB]             
                               
Get:2 http://archive.raspbian.org jessie InRelease [14.9 kB]               
                            
Get:3 http://mirrordirector.raspbian.org jessie InRelease [14.9 kB]         
                               
Hit http://weewx.com squeeze/main all Packages                             
                            
Get:4 http://archive.raspberrypi.org jessie/main armhf Packages [117 kB]   
                                
Get:5 http://archive.raspbian.org jessie/main Sources [7,745 kB]           
                         
Get:6 http://mirrordirector.raspbian.org jessie/main armhf Packages [8,981 
kB]                             
Hit http://archive.raspberrypi.org jessie/ui armhf Packages                 
                               
Get:7 http://archive.raspbian.org jessie/contrib Sources [64.5 kB]         
                                
Get:8 http://mirrordirector.raspbian.org jessie/contrib armhf Packages 
[37.5 kB]                           
Get:9 http://archive.raspbian.org jessie/non-free Sources [113 kB]         
                                
Get:10 http://mirrordirector.raspbian.org jessie/non-free armhf Packages 
[70.3 kB]                         
Get:11 http://archive.raspbian.org jessie/rpi Sources [1,132 B]             
                               
Get:12 http://mirrordirector.raspbian.org jessie/rpi armhf Packages [1,356 
B]                              
Ign http://weewx.com squeeze/main Translation-en_US                         
                               
Ign http://weewx.com squeeze/main Translation-en                           
                                
Ign http://archive.raspberrypi.org jessie/main Translation-en_US           
                                
Ign http://archive.raspberrypi.org jessie/main Translation-en       
Ign http://archive.raspberrypi.org jessie/ui Translation-en_US       
Ign http://archive.raspberrypi.org jessie/ui Translation-en
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en_US
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
Ign http://mirrordirector.raspbian.org jessie/main Translation-en_US
Ign http://mirrordirector.raspbian.org jessie/main Translation-en
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_US
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en_US
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
Fetched 17.2 MB in 1min 17s (220 kB/s)
Reading package lists... Done
root@raspberrypi:~# apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
root@raspberrypi:~# cd /home/pi/Downloads
root@raspberrypi:/home/pi/Downloads# dpkg -i weewx_3.6.2-1_all.deb
Selecting previously unselected package weewx.
(Reading database ... 123371 files and directories currently installed.)
Preparing to unpack weewx_3.6.2-1_all.deb ...
Unpacking weewx (3.6.2-1) ...
Setting up weewx (3.6.2-1) ...
using debconf configuration values from previous install
Saved configuration to /etc/weewx/weewx.conf
Processing triggers for systemd (215-17+deb8u5) ...
root@raspberrypi:/home/pi/Downloads# tail -f /var/log/syslog
Dec  5 08:35:27 raspberrypi weewx[1470]:     ****     
 self.service_obj.append(weeutil.weeutil._get_object(svc)(self, 
config_dict))
Dec  5 08:35:27 raspberrypi weewx[1470]:     ****    File 
"/usr/share/weewx/weewx/wxservices.py", line 38, in __init__
Dec  5 08:35:27 raspberrypi weewx[1470]:     ****      engine.db_binder)
Dec  5 08:35:27 raspberrypi weewx[1470]:     ****    File 
"/usr/share/weewx/weewx/wxservices.py", line 158, in __init__
Dec  5 08:35:27 raspberrypi weewx[1470]:     ****      self.altitude_ft = 
weewx.units.convert(alt_vt, "foot")[0]
Dec  5 08:35:27 raspberrypi weewx[1470]:     ****    File 
"/usr/share/weewx/weewx/units.py", line 1079, in convert
Dec  5 08:35:27 raspberrypi weewx[1470]:     ****      conversion_func = 
conversionDict[val_t[1]][target_unit_type]
Dec  5 08:35:27 raspberrypi weewx[1470]:     ****  KeyError: 'feet'
Dec  5 08:35:27 raspberrypi weewx[1470]:     ****  Exiting.
Dec  5 08:35:29 raspberrypi systemd[1]: Reloading.
^C









On Wednesday, November 30, 2016 at 5:15:28 PM UTC-5, Eric Gammeter wrote:
>
> root@raspberrypi:/home/pi/Downloads# ls -l
> total 18708
> -rw-r--r--  1 pi pi    10173 Nov 30 16:26 control.tar.gz
> -rw-r--r--  1 pi pi  1089427 Nov 30 16:26 data.tar.gz
> -rw-r--r--  1 pi pi        4 Nov 30 16:26 debian-binary
> drwxr-xr-x 17 pi pi     4096 Jun 25 16:49 Python-2.7.12
> -rw-r--r--  1 pi pi 16935960 Nov 30 16:33 Python-2.7.12.tgz
> -rw-r--r--  1 pi pi  1099794 Nov 30 16:25 weewx_3.6.2-1_all.deb
>
>
>
> root@raspberrypi:~# dpkg -i weewx_3.6.2-1_all.deb
> dpkg: error processing archive weewx_3.6.2-1_all.deb (--install):
>  cannot access archive: No such file or directory
> Errors were encountered while processing:
>  weewx_3.6.2-1_all.deb
> root@raspberrypi:~# 
>
>
> root@raspberrypi:~# dpkg --install weewx_3.6.2-1_all.deb
> dpkg: error processing archive weewx_3.6.2-1_all.deb (--install):
>  cannot access archive: No such file or directory
> Errors were encountered while processing:
>  weewx_3.6.2-1_all.deb
>
>
> Running into install problems with weewx package.  Any 
> comments/suggestions welcome!  Thanks.
> /Eric 
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to