C2N14 / AutomaThemely

Simple, set-and-forget python application for changing between desktop themes according to light and dark hours
GNU General Public License v3.0
205 stars 32 forks source link

AutomaThemely does not open on Manjaro 20.2 #50

Closed Mennaruuk closed 3 years ago

Mennaruuk commented 3 years ago
Traceback (most recent call last):
File "/usr/bin/automathemely", line 33, in <module>
sys.exit(load_entry_point('AutomaThemely==1.3', 'console_scripts', 'automathemely')())
File "/usr/lib/python3.8/site-packages/automathemely/bin/run.py", line 29, in main
from automathemely.autoth_tools import argmanager, extratools, envspecific, updsuntimes
File "/usr/lib/python3.8/site-packages/automathemely/autoth_tools/updsuntimes.py", line 8, in <module>
from astral import Location
ImportError: cannot import name 'Location' from 'astral' (/usr/lib/python3.8/site-packages/astral/__init__.py)
akirataguchi115 commented 3 years ago

Solution found. Bug in the usage of Astral, not in Manjaro 20.2. I believe you can close this now.

Mennaruuk commented 3 years ago

THANK YOU!