-
Notifications
You must be signed in to change notification settings - Fork 834
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
Python client - SyntaxError #551
Comments
What is the full command you're calling including all arguments? Also do you have the latest version of the pip package (0.2.7)? |
I checked the version of pip its, |
Sorry, I meant the |
Yes its 0.2.7 |
What is the full command you used? |
getting the same error here |
@arun-muthy @Sharathmk99 looks like you haven't set the correct seldon-core/python/seldon_core/microservice_tester.py Lines 55 to 60 in c62dbfa
|
@jklaise thanks for that.. i'll see what i'm working with |
still no luck, i'm going through examples provided by seldon, here's the json: https://github.com/SeldonIO/seldon-core/blob/master/examples/models/sklearn_iris/contract.json |
Is this still an issue @arun-muthy Please reopen if it is. |
Hi,
I'm using python3
python3 --version
Python 3.5.2
I installed seldon-core using
pip3 install seldon-core
When i try using seldon-core-tester, i'm getting SyntaxError. Please find below complete error,
Traceback (most recent call last): File "/home/seldon/.local/bin/seldon-core-tester", line 7, in <module> from seldon_core.microservice_tester import main File "/home/seldon/.local/lib/python3.5/site-packages/seldon_core/microservice_tester.py", line 60 raise SeldonTesterException(f"Unknown dtype in reconciliate_cont_type {dtype}") ^ SyntaxError: invalid syntax seldon@mlseldon:~/seldon-test$ python3 /home/seldon/.local/lib/python3.5/site-packages/seldon_core/microservice_tester.py File "/home/seldon/.local/lib/python3.5/site-packages/seldon_core/microservice_tester.py", line 60 raise SeldonTesterException(f"Unknown dtype in reconciliate_cont_type {dtype}") ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: