MrS0m30n3 / youtube-dl-gui

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

"ERROR: Command errored out with exit status 1" during install #507

Open 0n opened 3 years ago

0n 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 ?

Pop_OS!

List of actions to perform to reproduce the problem:

  1. try to install using pip

What is the expected behaviour ?

it installs youtube-dl-gui

What happens instead ?

ERROR: Command errored out with exit status 1:
 command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-3_x21ifj/youtube-dlg/setup.py'"'"'; __file__='"'"'/tmp/pip-install-3_x21ifj/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-8wv6a2tl
     cwd: /tmp/pip-install-3_x21ifj/youtube-dlg/
Complete output (8 lines):
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-install-3_x21ifj/youtube-dlg/setup.py", line 69, in <module>
    from youtube_dl_gui import (
  File "/tmp/pip-install-3_x21ifj/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.

axcore commented 3 years ago

This project is abandoned, you should try this fork or this one.