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

inspect.getargspec() is deprecated #192

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

broCapang
Copy link

Screenshot 2024-04-20 032907

An error occurred while playing with the examples.
in malaya\supervised\huggingface.py

---> 22 args = inspect.getargspec(class_model)

Apparently inspect.getargspec has been deprecated.
ref: pytorch/pytorch#15344

Changes

replace inspect.getargspec with inspect.getfullargspec

@huseinzol05
Copy link
Member

apa version python

@broCapang
Copy link
Author

apa version python

Python 3.11.4

@broCapang
Copy link
Author

Mintak follow up

@huseinzol05
Copy link
Member

u need to test on version python3.11 and below python3.11

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 this pull request may close these issues.

None yet

2 participants