tchar / ulauncher-albert-calculate-anything

A ULauncher/Albert extension that supports currency, units and date time conversion, as well as a calculator that supports complex numbers and functions.
MIT License
103 stars 13 forks source link

[bug] Crashed on Ulauncher 5.14.4 #39

Open tukanos opened 2 years ago

tukanos commented 2 years ago

Describe the bug

Ulauncher displays Calculate Anything as Crashed.

To Reproduce

Just install Calculate Anything in the Ulauncher

Expected behavior

Working as non crashed

Logs

If possible please provide the logs from the log directory: runtime.zip

Screenshots

calculate_anything

Desktop (please complete the following information)

Additional context

Wanted to make sure pytz is satisfied: pip3 install pytz --user Requirement already satisfied: pytz in ./.local/lib/python3.9/site-packages (2021.3)

github-actions[bot] commented 2 years ago

Issue has been marked as stale due to no activity

Bishal-Mahanta commented 2 years ago

Screenshot_20220730_115445

Ulauncher v5.14.5

Information About the System Operating System: Kubuntu 20.04 KDE Plasma Version: 5.18.8 KDE Frameworks Version: 5.68.0 Qt Version: 5.12.8 Kernel Version: 5.15.0-41-generic OS Type: 64-bit Processors: 4 × Intel® Core™ i3-8130U CPU @ 2.20GHz Memory: 15.4 GiB of RAM

github-actions[bot] commented 1 year ago

Issue has been marked as stale due to no activity

tchar commented 5 months ago

Did you install pytz via python3 -m pip install pytz?