-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
Description
I'm getting this when I launch mkchromecast :
Traceback (most recent call last):
File "/usr/share/mkchromecast/mkchromecast.py", line 8, in <module>
from mkchromecast.cast import *
File "/usr/share/mkchromecast/mkchromecast/cast.py", line 13, in <module>
import pychromecast
File "/usr/lib/python3.5/site-packages/pychromecast/__init__.py", line 12, in <module>
from .config import * # noqa
File "/usr/lib/python3.5/site-packages/pychromecast/config.py", line 6, in <module>
import requests
File "/usr/lib/python3.5/site-packages/requests/__init__.py", line 60, in <module>
from .packages.urllib3.exceptions import DependencyWarning
ImportError: cannot import name 'DependencyWarning'
My system is Arch Linux I have followed the this instruction to get it installed : https://github.com/muammar/mkchromecast#arch-linux
the compile seemed to be going fine, no errors, nothing interrupted the compilation but
when I execute mkchromecast I still have missing dependencies.
Using Python 3.5.2