[ ] Feature request (request for a new functionality)
[ ] Question
[ ] Other
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:
Restart youtube-dl-gui
Go to Options > Extra tab
Enable Debug youtube-dl
Go to Options > Advanced tab and Clear your log content
Try to download the URL
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:
run pip install youtube-dlg
..
..
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.`
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like that [x])WARNING
All invalid issues will be rejected!!
Before going further
If your problem is a bug with youtube-dl or a request for new site support please report it here
Make sure you are using the latest youtube-dl-gui version (Click the
Settings
icon and thenAbout
to view the current version)Make sure you are using the latest youtube-dl version (Click the
Settings
icon and thenUpdate
to update to the latest youtube-dl version)Make sure you searched the bugtracker for similar issues including closed ones
Make sure to read the FAQs file
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:
Options > Extra
tabOptions > Advanced
tab and Clear your log contentWhat operating system do you use ?
manjaro
List of actions to perform to reproduce the problem:
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.`