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

DeprecationWarning with latest setuptools #183

Closed
gazpachoking opened this issue Jan 3, 2015 · 2 comments
Closed

DeprecationWarning with latest setuptools #183

gazpachoking opened this issue Jan 3, 2015 · 2 comments

Comments

@gazpachoking
Copy link

Looks like the 10.2 setuptools updated deprecated a method being used by guessit, causing this warning to be issued:

DeprecationWarning: require parameter is deprecated. Use EntryPoint._load instead.

The code causing the warning is:

https://github.com/wackou/guessit/blob/0.10.0/guessit/plugins/transformers.py#L90

@Toilal
Copy link
Member

Toilal commented Jan 5, 2015

Thx @gazpachoking I'll publish a bugfix release.

@Toilal
Copy link
Member

Toilal commented Jan 6, 2015

Changes did not fixed the warning message on some versions ...

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

No branches or pull requests

2 participants