You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "setup.py", line 16, in <module>
from src.lib.common import APPNAME, APPVERSION
File "/home/ruehmann/radiotray/src/lib/common.py", line 5, in <module>
from xdg.BaseDirectory import xdg_data_home
ImportError: No module named 'xdg.BaseDirectory'; 'xdg' is not a package
python3-xdg is installed
The text was updated successfully, but these errors were encountered:
If I run sudo -H python3 setup py install
I get
python3-xdg is installed
The text was updated successfully, but these errors were encountered: