LazoCoder / Pokemon-Terminal

Pokemon terminal themes.
GNU General Public License v3.0
4.2k stars 225 forks source link

Syntax Error in Ubuntu 16.04 LTS Xenial #199

Closed kish-shuks closed 3 years ago

kish-shuks commented 3 years ago

cc1:~$pokemon pidgey Traceback (most recent call last): File "/home/kishan/.local/bin/pokemon", line 33, in sys.exit(load_entry_point('pokemon-terminal==1.3.0', 'console_scripts', 'pokemon')()) File "/home/kishan/.local/bin/pokemon", line 25, in importlib_load_entry_point return next(matches).load() File "/home/kishan/.local/lib/python3.5/site-packages/importlib_metadata/init.py", line 105, in load module = import_module(match.group('module')) File "/usr/lib/python3.5/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 986, in _gcd_import File "", line 969, in _find_and_load File "", line 958, in _find_and_load_unlocked File "", line 673, in _load_unlocked File "", line 661, in exec_module File "", line 767, in get_code File "", line 727, in source_to_code File "", line 222, in _call_with_frames_removed File "/home/kishan/.local/lib/python3.5/site-packages/pokemonterminal/main.py", line 62 print(f"#{pkmn.get_id()} - {pkmn.get_name().title()}") ^ SyntaxError: invalid syntax

sylveon commented 3 years ago

You need at least python 3.7. you're using Python 3.5.