MrS0m30n3 / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
The Unlicense
9.27k stars 1.58k forks source link

Install fails on Mac OS X #392

Closed mayeaux closed 5 years ago

mayeaux commented 5 years ago

After installing deps and running $ pip install youtube-dlg I receive:

ERROR: Complete output from command python setup.py egg_info:
    ERROR: /usr/local/lib/python2.7/site-packages/wx/lib/pubsub/__init__.py:25: wxPyDeprecationWarning: wx.lib.pubsub has been deprecated, plese migrate your code to use pypubsub, available on PyPI.
      wx.wxPyDeprecationWarning)

Seems like some messaging protocol dependency is failing. Running via Python 2.7.11

mayeaux commented 5 years ago

It's actually due to ImportError: No module named combo which has been covered in other questions but not well. I'll see if I want to debug it

mayeaux commented 5 years ago

I tried to install WxPython3 via SourceForge but compiling from source isn't working so I can't use this project