Skip to content

cannot import name 'DependencyWarning #31

@rmdes

Description

@rmdes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions