Skip to content

inspect.getargspec() is deprecated #2045

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

Closed
anders-kiaer opened this issue Jan 7, 2020 · 1 comment · Fixed by #2088
Closed

inspect.getargspec() is deprecated #2045

anders-kiaer opened this issue Jan 7, 2020 · 1 comment · Fixed by #2088
Milestone

Comments

@anders-kiaer
Copy link

anders-kiaer commented Jan 7, 2020

This line triggers a DeprecationWarning on Python 3:

[...]/lib/python3.6/site-packages/plotly/express/_doc.py:503: DeprecationWarning:
inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()

getfullargspec from the same inspect package is usually a drop-in replacement on Python 3.

@emmanuelle
Copy link
Contributor

Thank you @anders-kiaer !

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

Successfully merging a pull request may close this issue.

2 participants