ffes / domoticz-buienradar

Domoticz Buienradar.nl Weather Lookup Plugin
MIT License
14 stars 5 forks source link

python error #13

Closed Dylantje closed 5 years ago

Dylantje commented 6 years ago

Dear... My python version with this plugin is make my Domoticz not works. So i run: ` Welcome to Ubuntu 16.04.4 LTS (GNU/Linux 4.14.5-92 armv7l)

And when i try t install the request packages: odroid@odroid:~$ sudo apt install libpython3.4 [sudo] password for odroid: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libgtk-3-common : Depends: adwaita-icon-theme (>= 3.18) but it is not going to be installed Recommends: libgtk-3-0 but it is not going to be installed libpython3.4 : Depends: libpython3.4-stdlib (= 3.4.2-1) but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). odroid@odroid:~$

And: odroid@odroid:~$ sudo apt install python3-dev Reading package lists... Done Building dependency tree Reading state information... Done python3-dev is already the newest version (3.6.4-1). You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libgtk-3-common : Depends: adwaita-icon-theme (>= 3.18) but it is not going to be installed Recommends: libgtk-3-0 but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). odroid@odroid:~$ When i reboot with the plugin in the plugin section Domoticz is not starting When i reboot without the plugin files in the plugin section, domoticz works great..

Hope u can help me..

Thanks

Dylantje commented 6 years ago

Dear..All errors..: odroid@odroid:~$ sudo apt install libpython3.4 [sudo] password for odroid: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libgtk-3-common : Depends: adwaita-icon-theme (>= 3.18) but it is not going to be installed Recommends: libgtk-3-0 but it is not going to be installed libpython3.4 : Depends: libpython3.4-stdlib (= 3.4.2-1) but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s olution). odroid@odroid:~$ sudo apt-get -f install libpython3.4 Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libgtk-3-common : Depends: adwaita-icon-theme (>= 3.18) but it is not going to be installed Recommends: libgtk-3-0 but it is not going to be installed libpython3.4 : Depends: libpython3.4-stdlib (= 3.4.2-1) but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s olution). odroid@odroid:~$ sudo apt-get -f install libpython Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libpython odroid@odroid:~$ sudo apt-get -f install libgtk-3-common Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: acl at-spi2-core colord-data fontconfig hicolor-icon-theme libassuan0 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.58.0 libboost-system1.58.0 libc-ares2 libcairo-gobject2 libcairo2 libcapnp-0.5.3 libcolord2 libcolorhug2 libcups2 libdatrie1 libdbus-glib-1-2 libdbusmenu-glib4 libdbusmenu-gtk3-4 libegl1-mesa libepoxy0 libexif12 libgbm1 libgck-1-0 libgcr-3-common libgcr-base-3-1 libgd3 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgphoto2-l10n libgphoto2-port12 libgraphite2-3 libgusb2 libharfbuzz0b libicu55 libieee1284-3 libjbig0 libjpeg-turbo8 libjpeg8 libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2 libltdl7 libmirclient9 libmircommon7 libmircore1 libmirprotobuf3 libnma-common libnotify4 libp11-kit-gnome-keyring libpam-gnome-keyring libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libprotobuf-lite9v5 libpython3.5 libpython3.5-dev libpython3.5-minimal libpython3.5-stdlib libsane-common libsecret-1-0 libsecret-common libssh2-1 libthai-data libthai0 libtiff5 libvpx3 libwayland-client0 libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libxcb-render0 libxcb-shm0 libxcb-xfixes0 libxcursor1 libxkbcommon0 mobile-broadband-provider-info p11-kit p11-kit-modules python3.5 python3.5-dev python3.5-minimal sgml-base xml-core Use 'sudo apt autoremove' to remove them. Recommended packages: libgtk-3-0 The following packages will be REMOVED: libgtk-3-bin The following packages will be upgraded: libgtk-3-common 1 upgraded, 0 newly installed, 1 to remove and 497 not upgraded. 1 not fully installed or removed. Need to get 3509 kB of archives. After this operation, 24.4 MB of additional disk space will be used. Do you want to continue? [Y/n] Y WARNING: The following packages cannot be authenticated! libgtk-3-common Install these packages without verification? [y/N] y Get:1 http://ftp.de.debian.org/debian buster/main armhf libgtk-3-common all 3.22.29-3 [3509 kB] Fetched 3509 kB in 1s (3733 kB/s) (Reading database ... 47347 files and directories currently installed.) Removing libgtk-3-bin (3.18.9-1ubuntu3.3) ... Segmentation fault dpkg: error processing package libgtk-3-bin (--remove): subprocess installed post-removal script returned error exit status 139 Errors were encountered while processing: libgtk-3-bin E: Sub-process /usr/bin/dpkg returned an error code (1) odroid@odroid:~$ sudo apt install libpython3.4 Reading package lists... Error! E: Problem parsing dependency 21 E: Error occurred while processing a2jmidid (NewVersion2) E: Problem with MergeList /var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_jessie_main_binary-armhf_Packages E: The package lists or status file could not be parsed or opened. odroid@odroid:~$ sudo apt install python3-dev Reading package lists... Error! E: Problem parsing dependency 21 E: Error occurred while processing a2jmidid (NewVersion2) E: Problem with MergeList /var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_jessie_main_binary-armhf_Packages E: The package lists or status file could not be parsed or opened. odroid@odroid:~$ sudo apt-get -f install python3-dev Reading package lists... Error! E: Problem parsing dependency 21 E: Error occurred while processing a2jmidid (NewVersion2) E: Problem with MergeList /var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_jessie_main_binary-armhf_Packages E: The package lists or status file could not be parsed or opened. odroid@odroid:~$ sudo service domoticz.sh restart odroid@odroid:~$

Hope for a solution