Installation Issue in Terminal: illegal byte sequence
-
wrote on Nov 30, 2022, 2:48 PM last edited by
Dear Community,
I am running Docker / Composer on my M1 MacBook and try to install paperless nix via docker. Several times I get the following issue when running the installation command in Terminal:
$ tr: Illegal byte sequence
$ sed: 1: "docker-compose.yml": extra characters at the end of d commandThe installation then stops. I have the paperless-nix folder containing the .env and .yml files but cannot proceed and it does not show me anything in docker or portioner.
Does anybody know what I am doing wrong or what the issue here is?
Many thanks
Daniel -
I think you might be in the wrong forum. This is the Cloudron community forum and the section about the paperless app package to be installed on Cloudron.
Maybe you can ask in the upstream app project https://github.com/paperless-ngx/paperless-ngx
-
Dear Community,
I am running Docker / Composer on my M1 MacBook and try to install paperless nix via docker. Several times I get the following issue when running the installation command in Terminal:
$ tr: Illegal byte sequence
$ sed: 1: "docker-compose.yml": extra characters at the end of d commandThe installation then stops. I have the paperless-nix folder containing the .env and .yml files but cannot proceed and it does not show me anything in docker or portioner.
Does anybody know what I am doing wrong or what the issue here is?
Many thanks
Danielwrote on Nov 30, 2022, 6:04 PM last edited by@d123 said in Installation Issue in Terminal: illegal byte sequence:
extra characters at the end of d command
Your problem however is easy to resolve if you google for it. sed is compatible with apple silicon so it's just an syntax issue.