Arduino Iot Cloud installed on Debian 11 bullseye

I'm trying to install the Arduino Create Agent on Debian11 Bullseye.
Even if I installed it, I couldn't use it, so when I installed it again on the terminal, an error occurred.
"/ home / **** / ArduinoCreateAgent / Arduino_Create_Agent: error while loading shared libraries: libappindicator3.so.1: cannot open shared object file: No such file or directory"

https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#noteworthy-obsolete-packages

This page states that Debian 11 bullseye uses libayatana-appindicator as the successor to libappindicator.
Please support Arduino Create Agent with Debian 11 Bullseye.
Thank you.

(I use Google Translate)

Hi @AkihiroSugawara. I see this issue has been previously reported to Arduino here:

One of the team members commented there with the same suggestion of using libayatana-appindicator

If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject.

1 Like

thanks for letting me know.

I'm a beginner and I don't know what to do, but I hope it's easier to install.
Thank you

(I use Google Translate)

Unfortunately, I also don't know what the procedure is. Hopefully one of the other forum members will be able to provide advice.

Same problen.

sudo ./Arduino_Create_Agent

./Arduino_Create_Agent: error while loading shared libraries: libappindicator3.so.1: cannot open shared object file: No such file or directory

Any solution?
Thanks

solved

To conect arduino to web editor:
after installing create agent

Run:

sudo ~/ArduinoCreateAgent/Arduino_Create_Agent_cli

If disconects, run again:

sudo ~/ArduinoCreateAgent/Arduino_Create_Agent_cli

It works for me.

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