-
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
Support deployment of a Python 3 model #88
Comments
You are right. Not sure why we need both? @Maximophone |
I'm looking into this requirement. However the wrapper is not currently compatible with python 3 and there will be other issues. I'll be working on making it compatible. |
I can confirm that |
I have created a pull request (#94 ) for an update that makes the wrapper python 3 compatible. I have also pushed a new docker image for the wrapper: seldonio/core-python-wrapper:0.7 @danielfrg it would be great if you could try again using this new wrapper to see if you still run into compatibility issues. |
I will and report back! Thanks for fixing this so fast :) |
No problem, python 3 compatibility is very important and has been overlooked, we need to get this working asap ;) |
I tested the new wrapper with 2 python 3 models and everything seams to be working fine 👍 |
Great, we will merge the pull request and close this issue. |
* replace loaded models with versioned models key * Fix http cluster removal * review fixes * change comment
I was looking at deploying one of the examples (iris) using Python 3 but I don't think its possible to do it at the moment.
I changed the base image using
--base-image=python:3
but because of one of the requirements inseldon_requirements.txt
more specificallygrpc
the image cannot be built since that library only works on python 2.I was also wondering if this requirement might be easy to remove since this is another RPC library and not grpc.io, thats is also in the list of
seldon_requirements.txt
.The text was updated successfully, but these errors were encountered: