Closed dusscloud closed 3 years ago
Using the curl installer on a fresh raspian install (on Raspberry pi 4 device) I get an issue with debsecan install.
Setting up debsecan (0.4.19) ... File "/usr/bin/debsecan", line 68 return "ParseError(%s, %d, %s)" % (self.filename, ^ SyntaxError: invalid syntax dpkg: error processing package debsecan (--configure): installed debsecan package post-installation script subprocess returned error exit status 1
self.filename
I found the error to be there because I had put Python 3.7 by default instead python 2.7 as it is normally Reverting to python 2.7 by default solve my problem...
Using the curl installer on a fresh raspian install (on Raspberry pi 4 device) I get an issue with debsecan install.
Setting up debsecan (0.4.19) ... File "/usr/bin/debsecan", line 68 return "ParseError(%s, %d, %s)" % (
self.filename
, ^ SyntaxError: invalid syntax dpkg: error processing package debsecan (--configure): installed debsecan package post-installation script subprocess returned error exit status 1