Hello, I had to recently restore my raspberry pi (pihole) from backup. My fault that the most recent backup I have is from 2019, but it was a pretty standard setup. I had backed it up immediately preceding the blinkstick install provided on the raspberry pi - blinkstick integration page. I run:
sudo apt-get install -y python-pip python2.7-dev
sudo pip install blinkstick
when I then try to run sudo blinkstick --info, or blinkstick --info I get a strange response indicating, from what I can tell, that there is a formatting error that is causing my python path to get very wonky. The specific error I receive is:
/usr/bin/env: ‘python\r’: No such file or directory
Does anyone have any idea what this is? I’ve restored from this backup many times and immediately taken steps to install blinkstick so I can get the blinktemp python script running and give me some vidusal indication as to the status of my pihole. I have never had this problem occur before.