-
Notifications
You must be signed in to change notification settings - Fork 11
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
installation fails with python 3.10 and 3.11 #139
Comments
Hi, That being said, python 3.10 should be working all well, although I had issues in bumping up its version in our github actions e2e test. I don't remember exact issue, but it was as you've said related to pyyaml/cython. I've left a comment in our pyproject.toml:
So if you try to fix pyyaml's version, try using the following constraint? I'll try to update kfp when I have some more time to work on this project and then try to debug python updates. |
@Lasica that seems to be still a problem with python 3.11 |
Hi,
I am having issues installing this plugin with any python version with
pip install kedro-vertexai
with python 3.10
cause pyyaml pinned version and cython doesn't live happily together.
with python 3.11 installation fails cause pinned grpcio=1.44 doesn't support python 3.11 but I guess that's fair since that version is not officially supported.
Any suggestion?
Thanks
The text was updated successfully, but these errors were encountered: