wakatime / sublime-wakatime

Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/sublime-text
BSD 3-Clause "New" or "Revised" License
526 stars 45 forks source link

Symbol not found _clock_gettime on OS X < 10.13 #112

Open shivambitm opened 2 years ago

shivambitm commented 2 years ago

please help

shivambitm commented 2 years ago

anyone ??

alanhamlett commented 2 years ago

Turn on debug mode and let me know any error messages in your console: https://github.com/wakatime/sublime-wakatime#troubleshooting

JeffMv commented 2 years ago

Same for me. It does not work on ST3 nor ST2 Debug message on ST3 :

[WakaTime] [ERROR] wakatime-core exited with status: -5
[WakaTime] [ERROR] wakatime-core output: b'dyld: Symbol not found: _clock_gettime\n  Referenced from: /Users/jeffml/.wakatime/wakatime-cli-darwin-amd64\n  Expected in: flat namespace\n\n'

Config: OS X 10.10. Python version in the PATH: 3.6.3 ST3's python version: 3.3.6

alanhamlett commented 2 years ago

@JeffMv that's due to wakatime only supporting OS X >= 10.13 (https://github.com/wakatime/wakatime-cli/issues/732)

alanhamlett commented 2 years ago

Will be fixed with #114.