I am having issues with the setup process of my WittyPi43V7.
I am connected to a Raspberry Pi 4b 2GB and I have been using the following setup guide : https://cdn-shop.adafruit.com/product-files/5705/WittyPi4L3V7_UserManual.pdf
My issue is after I have installed the necessary software using the 2 listed commands, rebooted my pi, and properly installed the physical hardware on my board.
When trying to access the interactive script display by entering "./wittyPi.sh" the command terminal replies with "command not found" I have also tried entering "sudo ./wittyPi.sh" with the same result. I initially entered the installation commands in a virtual environment and also ran the command for the interactive script in the virtual environment. I have also tried running the interactive script command outside of the virtual environment with the same results attached here.
I have searched and could not find any results of anybody with the same issue however I am newer to Raspberry Pis and its possible there is something obvious I am missing
That 404 error in screenshot was due to a typo in URL ("eegear" should be "uugear").
The software is installed in the "wittypi" directory within the user's home directory. You need to enter wittypi directory before running ./wittyPi.sh
cd wittypi ./wittyPi.sh