You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When try to run the raspberrypi program with the command below:
>> system(mypi,'python2 /home/pi/Downloads/LeptonModule-master/software/raspberrypi_capture/raspberrypi_capture','sudo')
STDERR: File
"/home/pi/Downloads/LeptonModule-master/software/raspberrypi_capture/raspberrypi_capture", line 1
SyntaxError: Non-ASCII character '\x8b' in file
/home/pi/Downloads/LeptonModule-master/software/raspberrypi_capture/raspberrypi_capture on line 2, but
no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
STDOUT:
Is there a solution?
The text was updated successfully, but these errors were encountered:
When try to run the raspberrypi program with the command below:
>> system(mypi,'python2 /home/pi/Downloads/LeptonModule-master/software/raspberrypi_capture/raspberrypi_capture','sudo')
I get the following error:
Error executing command "sudo python2
/home/pi/Downloads/LeptonModule-master/software/raspberrypi_capture/raspberrypi_capture". Details:
STDERR: File
"/home/pi/Downloads/LeptonModule-master/software/raspberrypi_capture/raspberrypi_capture", line 1
SyntaxError: Non-ASCII character '\x8b' in file
/home/pi/Downloads/LeptonModule-master/software/raspberrypi_capture/raspberrypi_capture on line 2, but
no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
STDOUT:
Is there a solution?
The text was updated successfully, but these errors were encountered: