Comment 3 for bug 1893979

Revision history for this message
Matteo Barison (matteobarison) wrote :

I am still trying to get hplip working on armv6. I reverted back to 3.18.6, it should be the last available version that does not require libImageProcessor.so.
The plug-in installation for hplip 3.18.6 fails and gives:

Downloading plug-in: [\ ] 0% Traceback (most recent call last):
  File "/usr/local/bin/hp-plugin", line 363, in <module>
    status, plugin_path, error_str = pluginObj.download(plugin_path, plugin_download_callback)
  File "/tmp/tcloop/hplip/usr/local/share/hplip/installer/pluginhandler.py", line 254, in download
    core = core_install.CoreInstall()
  File "/tmp/tcloop/hplip/usr/local/share/hplip/installer/core_install.py", line 231, in __init__
    self.passwordObj = password.Password(ui_mode)
  File "/tmp/tcloop/hplip/usr/local/share/hplip/base/password.py", line 112, in __init__
    self.__readAuthType() # self.__authType
  File "/tmp/tcloop/hplip/usr/local/share/hplip/base/password.py", line 134, in __readAuthType
    distro_name = get_distro_name().lower()
  File "/tmp/tcloop/hplip/usr/local/share/hplip/base/password.py", line 80, in get_distro_name
    os_name = platform.dist()[0]
AttributeError: module 'platform' has no attribute 'dist'
error: Failed to install Plugin.
error: The device you are trying to setup requires a binary plug-in. Some functionalities may not work as expected without plug-ins. Please run 'hp-plugin' as normal user to install plug-ins.Visit http://hplipopensource.com for more infomation.

I still hope that you will give some advice and support. Thanks.