Install fails on Raspberry Pi 4 via yunohost install

Hello !

I’m trying to install Pydio Cells on my Raspberry Pi 4 from the Yunohost app installer (GitHub - YunoHost-Apps/pydio_ynh: Pydio package for YunoHost).

It fails with:

Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3/dist-packages/moulinette/utils/process.py", line 131, in run
    self.queue.put((self.log_callback, line.decode("utf-8").strip("\n")))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8d in position 13: invalid start byte

Also this is my Yunohost log:
https://paste.yunohost.org/raw/xupowihata

Do you have any idea ?

Hi,

I’m not really sure what’s going on. It seems there is an incompatibility of version between the latest of yunohost and this version of the cells binary. Might be worth reaching out to the maintainers of yunohost to see if they can upgrade to a more recent version of Cells and see if it’s doing the same thing (I’m using cells v4 on a raspberry 4 without problems).

Alternatively you can do the install yourself very easily. The steps to follow are here Install Cells on Raspberry | Pydio

Enjoy,
Greg

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.