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

<class 'argparse.FileType'> is a FileType class object, instance of it must be passed #1

Closed
ngockhanh5110 opened this issue May 13, 2021 · 6 comments

Comments

@ngockhanh5110
Copy link

I had this issue while running the very first command
clearml-serving triton --project "serving" --name "serving example"

<class 'argparse.FileType'> is a FileType class object, instance of it must be passed

@bmartinn
Copy link
Member

Hi @ngockhanh5110
I think the issue was solved with the 0.3.2 release.

pip install clearml-serving==0.3.2

Could you verify ?

@ngockhanh5110
Copy link
Author

Hi there,

The issue is preserved even when I upgraded to version 0.3.2

@bmartinn

@bmartinn
Copy link
Member

What's the python version? and OS version ?
Could you try to run with --debug and send the full log ?

clearml-serving --debug triton --project "serving" --name "serving example"

@ecm200
Copy link

ecm200 commented Jun 3, 2021

I can also confirm that I get the following error as well on PYPI version 0.3.2.

I have just installed the master branch at commit 9254079 and it works perfectly.

@bmartinn
Copy link
Member

I forgot to update here, v0.3.3 is out with a fix

pip install clearml-serving==0.3.3

@ecm200
Copy link

ecm200 commented Jun 11, 2021

@bmartinn It fixed the issue for me, so I'd say the issue is closed for me, thanks!

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

No branches or pull requests

3 participants