Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

youtube_dl attribute __version__ does not exist #22435

Open
orena1 opened this issue Sep 17, 2019 · 1 comment
Open

youtube_dl attribute __version__ does not exist #22435

orena1 opened this issue Sep 17, 2019 · 1 comment
Labels

Comments

@orena1
Copy link

@orena1 orena1 commented Sep 17, 2019

Checklist

  • I'm reporting a feature request
  • I've verified that I'm running youtube-dl version 2019.09.12.1
  • I've searched the bugtracker for similar feature requests including closed ones

Description

Hi, by PEP 396 youtube_dl.__version__ should exist and report the current version of the module.
When trying this feature I get the following error:

In [1]: import youtube_dl                                                                                                                                                                                                                                                                
In [2]: youtube_dl.__version__                                                                                                                                                                                                                                                           ---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)                                                                                                                                                                                                              <ipython-input-2-a225f3ac3329> in <module>()                                                                                                                                                                                                                                             ----> 1 youtube_dl.__version__                                                                                                                                                                                                                                                           
AttributeError: 'module' object has no attribute '__version__' 
@orena1 orena1 added the request label Sep 17, 2019
@eust102
Copy link

@eust102 eust102 commented Sep 25, 2019

Same here. My exact error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.