MrS0m30n3 / youtube-dl-gui

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

failed to install #491

Open nagaisa-zz opened 3 years ago

nagaisa-zz commented 3 years ago

Please follow the guide below

WARNING

All invalid issues will be rejected!!


Before going further


What is the purpose of your issue?

Please remove any sections between (---) if they are not related to your issue


Bug report

If the problem occurs when downloading a URL please provide the full verbose output as follows:

  1. Restart youtube-dl-gui
  2. Go to Options > Extra tab
  3. Enable Debug youtube-dl
  4. Go to Options > Advanced tab and Clear your log content
  5. Try to download the URL
  6. Copy the whole log content and insert it between the ``` part below
delete me and insert your log content here

What operating system do you use ?

manjaro

List of actions to perform to reproduce the problem:

  1. run pip install youtube-dlg
  2. ..
  3. ..

What is the expected behaviour ?

correct install

What happens instead ?

fails to install with output `ERROR: Command errored out with exit status 1: command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-o5_hanon/youtube-dlg/setup.py'"'"'; file='"'"'/tmp/pip-install-o5_hanon/youtube-dlg/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-r12kt0ki cwd: /tmp/pip-install-o5_hanon/youtube-dlg/ Complete output (8 lines): Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-o5_hanon/youtube-dlg/setup.py", line 69, in from youtube_dl_gui import ( File "/tmp/pip-install-o5_hanon/youtube-dlg/youtube_dl_gui/init.py", line 25 print error ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(error)?

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.`