Hipo / hst

history search & picker in ncurses - also can pick other things
47 stars 3 forks source link

python 3.5 install error on mac #14

Open kunthar opened 7 years ago

kunthar commented 7 years ago

λ kunthar : sudo -H pip-3.5 install hst Collecting hst Using cached hst-0.1.11.tar.gz Collecting pyperclip (from hst) Using cached pyperclip-1.5.27.zip Installing collected packages: pyperclip, hst Running setup.py install for pyperclip ... done Running setup.py install for hst ... done Successfully installed hst-0.1.11 pyperclip-1.5.27


~ λ kunthar : hst Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/runpy.py", line 151, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name) File "/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/runpy.py", line 126, in _get_module_details code = loader.get_code(mod_name) File "", line 764, in get_code File "", line 724, in source_to_code File "", line 222, in _call_with_frames_removed File "/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/hst/hst.py", line 43 print ">>>", line ^ SyntaxError: Missing parentheses in call to 'print'

i wish i could have time to fix this. good work o/