wakatime / eclipse-wakatime

Eclipse plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/eclipse
BSD 3-Clause "New" or "Revised" License
174 stars 16 forks source link

Needs python installed warning #34

Closed lyctw closed 2 years ago

lyctw commented 3 years ago

I've installed python in my system and there is no error in .wakatime.log.

Warning after restart.

Screenshot from 2021-01-25 10-38-47

My eclipse version:

Screenshot from 2021-01-25 10-40-05

My python command is aliased to Python 3.8

redneterp commented 3 years ago

Workaround cd /usr/bin sudo ln -s python3 python

Notice the /usr/bin folder. If you are using alias the plugin won't find it.

https://github.com/wakatime/eclipse-wakatime/blob/efec7a09edcd1d25d2de31032f8a9a15a146c771/com.wakatime.eclipse.plugin/src/com/wakatime/eclipse/plugin/Dependencies.java#L60

alanhamlett commented 2 years ago

Fixed in v4.0.0 by removing dependency on Python.