Error with Sailor hat #487
Replies: 1 comment 1 reply
-
|
Check with the vendor of this hardware. You paid for it there. Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've installed a hatlabs Sailor Hat and in the process of doing the software, I see some errors. In the Getting Started section if says to do this:
curl -L \ https://raw.githubusercontent.com/hatlabs/SH-RPi-daemon/main/install-online.sh \ | sudo bashSomewhere along the lines I read about cloning the git repository for it, but haven't found that again and don't think it has been done.
However, on the Software page of the Hatlab docs, when I got to the Raspberry Pi Daemon, I ran sudo apt install -y python3-pip (without realizing at the bottom of this instruction that the previous curl script should take care of this) - and it reported already installed. So to see what happens next I ran sudo pip3 install . and it errored with
directory "." is not installable neither setup.py nor pyproject.tom1 found. At that point I noticed the"Getting Started Section will perform all software installation steps described above automatically" So I skipped the next couple linesSo continuing on, I created the /etc/shrpid.conf file verbatim as presented, not knowing enough to change anything yet.
Then I did shrpi print, and got some errors. The last line:
UnixClientconnectorError: cannot connect to unix socket /var/run/shrpid.sock ssl:default (no such file or directory)Through-out the printout, there were other indications of error which may have resulted from the stated one here.Advice?
Beta Was this translation helpful? Give feedback.
All reactions