Thank you for taking the time to submit your bug/issue! Please use the points below as a guide when submitting.
-
Device & model you are using (Pi 4 Model B)
-
What dashboard are you using? (Web)
I am trying to install Cayenne in Raspi 4 with the following two command:
wget https://cayenne.mydevices.com/dl/rpi_3tvfu565m9.sh
sudo bash rpi_3tvfu565m9.sh -v
It never gets me the dashboard
then I tried the second command without sudo
bash rpi_3tvfu565m9.sh -v
Got the following error:
Traceback (most recent call last):
File “/home/pi/myDevices/Cayenne-Agent/setup.py”, line 36, in
os.chown(directory, user_id, group_id)
PermissionError: [Errno 1] Operation not permitted: ‘/etc/myDevices’
- ‘[’ 1 -ne 0 ‘]’
- normalEcho ‘Build for Python 3.9.2 failed’
++ date - echo ‘Fri 27 Jan 2023 07:06:39 PM CST Build for Python 3.9.2 failed’
Fri 27 Jan 2023 07:06:39 PM CST Build for Python 3.9.2 failed - exit 1
Any help?