Closed Malayke closed 10 years ago
I run this script and it output some error, how to fix it ?
ArchLinux ~/archey3 # archey3 Traceback (most recent call last): File "/usr/bin/archey3", line 5, in pkg_resources.run_script('Archey3==0.4', 'archey3') File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 528, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1400, in run_script script_code = compile(script_text,scriptfilename,'exec') File "/usr/lib/python2.7/site-packages/Archey3-0.4-py2.7.egg/EGG-INFO/scripts/archey3", line 149 self.arg1, self.arg2, self.arg3, * = tuple(args) + ('', '', '') ^ SyntaxError: invalid syntax ArchLinux ~/archey3 :( #
Archey3 does not support Python2.7.
I run this script and it output some error, how to fix it ?
ArchLinux ~/archey3 # archey3 Traceback (most recent call last): File "/usr/bin/archey3", line 5, in
pkg_resources.run_script('Archey3==0.4', 'archey3')
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 528, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1400, in run_script
script_code = compile(script_text,scriptfilename,'exec')
File "/usr/lib/python2.7/site-packages/Archey3-0.4-py2.7.egg/EGG-INFO/scripts/archey3", line 149
self.arg1, self.arg2, self.arg3, * = tuple(args) + ('', '', '')
^
SyntaxError: invalid syntax
ArchLinux ~/archey3 :( #