legacy-python-cli icon indicating copy to clipboard operation
legacy-python-cli copied to clipboard

Can not install wakatime plugin for shell

Open KES777 opened this issue 4 years ago • 2 comments

$ pip install wakatime
Collecting wakatime
  Downloading https://files.pythonhosted.org/packages/87/03/1e919ddff6488a9be5e609ee3de500bf17b0151734d57c8923c605246235/wakatime-13.1.0.tar.gz (2.3MB)
    100% |████████████████████████████████| 2.3MB 427kB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: No module named setuptools
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-C3lkYl/wakatime/

I am not expert with python, but seems I should do more than just pip intsall wakatime

KES777 avatar Oct 26 '20 09:10 KES777

I'd venture a guess that you're using python 2 instead of 3. You need 3

zmarouf avatar Oct 27 '20 09:10 zmarouf

Thank you. I will try v3

KES777 avatar Oct 28 '20 08:10 KES777