gnome-pomodoro / gnome-pomodoro-tracking

Connect your Pomodoros to popular time tracking services (@odoo, @clockify, @toggl).
MIT License
27 stars 7 forks source link

Unable to use gnome-pomodoro-tracking command #22

Closed billmdevs closed 1 month ago

billmdevs commented 2 months ago

When installing on Ubuntu 24.04 I get a gnome-pomodoro-tracking: command not found error.

Even after having installed it with python3.8 -m pip install -U gnome-pomodoro-tracking

pip3 install -U gnome-pomodoro-tracking doesn't work directly on Ubuntu 24.04 with the error

error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.
sojusnik commented 2 months ago

See https://github.com/gnome-pomodoro/gnome-pomodoro-tracking/issues/19#issuecomment-1680481994

billmdevs commented 2 months ago

Thank you very much! It can install now but the command gnome-pomodoro-tracking doesn't work. When I lauch it or when I try to add a token or do anything else it says it's not found. Here is the error gnome-pomodoro-tracking: command not found

sojusnik commented 2 months ago

Are you sure it's not https://github.com/gnome-pomodoro/gnome-pomodoro-tracking/issues/21 ?

billmdevs commented 2 months ago

I'm certain because in the issue you linked the command gnome-pomodoro-tracking works. It's just that the plugin auth is not working. In my case the command just doesn't work at all even if I don't place any arguments to it.

josehbez commented 1 month ago

Validate if your $PATH includes $HOME/.local/bin regularly installs to this location.

If it doesn't exist, add it using this command: echo 'export PATH=$HOME/.local/bin:$PATH' >> ~/.bashrc

billmdevs commented 1 month ago

Perfect! Thank you very much Jose! That worked.

sojusnik commented 1 month ago

@billmdevs can you reproduce https://github.com/gnome-pomodoro/gnome-pomodoro-tracking/issues/21#issuecomment-2367757309?

billmdevs commented 1 month ago

Nope! Everything is working alright when I try now.