Gopherus icon indicating copy to clipboard operation
Gopherus copied to clipboard

error

Open sajeeshab opened this issue 3 years ago • 1 comments

File "/home/sajeesh/Gopherus/gopherus.py", line 28 print colors.green + """ ^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

sajeeshab avatar Jul 26 '22 14:07 sajeeshab

└─$ sudo bash install.sh /usr/bin/python2: No module named pip /usr/bin/python2: No module named pip

sajeeshab avatar Jul 26 '22 14:07 sajeeshab

@Sajeeshab, Please install pip. wget https://bootstrap.pypa.io/pip/2.7/get-pip.py python2 get-pip.py

tarunkant avatar Sep 19 '22 19:09 tarunkant