GNOME Bugzilla – Bug 765980
ImportError when starting GNOME Music on ArchLinux
Last modified: 2016-05-04 15:25:07 UTC
I'm running GNOME 3.20 on ArchLinux and getting: ``` Traceback (most recent call last):
+ Trace 236225
from gnomemusic.application import Application
from gnomemusic.window import Window
from gnomemusic.player import Player, SelectionToolbar
import requests
from .packages.urllib3.exceptions import DependencyWarning
``` when running `gnome-music` in the terminal
FWIW: lasse@lssteady ~ % python --version Python 3.5.1 >>> import urllib3 >>> for thing in urllib3.exceptions.__dict__: ... print(thing) ... (...) DependencyWarning (...)
This looks like an arch packaging issue and should be reported there. Music imports requests, requests wants to import urllib3 and that fails.
(In reply to Marinus Schraal from comment #2) > This looks like an arch packaging issue and should be reported there. Music > imports requests, requests wants to import urllib3 and that fails. I second that.