You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/tsadowsk/.local/lib/python3.7/site-packages/seldon_core/seldon_client.py", line 380, in predict
self._validate_args(**k)
TypeError: _validate_args() got multiple values for argument 'self'
I receive strange error while using SeldonClient:
Error message:
Potential culprit:
https://github.com/SeldonIO/seldon-core/blob/master/python/seldon_core/seldon_client.py#L210
I run debugger and this statement does not delete "self" key from self.configLooks like line above the one should be replaced with:
instead of:
python 3.7.5
seldon-core: 1.0.2
Fedora 30 (edited)
python/seldon_core/seldon_client.py:210
Conversation link:
https://seldondev.slack.com/archives/C8Y9A8G0Y/p1583237412118600
https://github.com/SeldonIO/seldon-core|SeldonIO/seldon-coreSeldonIO/seldon-core | Added by GitHub
The text was updated successfully, but these errors were encountered: