I’m trying to get the controller working for the pidog. When I follow the instructions, and enter
sudo python3 setup.py installcd
I get the error error: invalid command ‘installcd’
I tried upgrading python 3 and this did not help, still get the same error. I also tried to clone the module sunfounder-controller using the following command
The first error message is correct. There is no such command as
installcd
You appear to have merged 2 lines of commands together.
I’m not sure which stage you are upto? But the 2 commands should be
sudo python3 setup.py install
cd
Secondly. You appear to have successfully cloned the controller repository into your local sunfounder-controller directory, so it is not now allowing you to overwrite it.
So, you either need to delete the sunfounder-controller directory and it’s contents and then reclone the repository, or if it’s OK, just continue with it’s installation.
IIt’s often quicker to just flash an sdcard, and start again.