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

import kfp causes imports test to fail in Jupyter server ROCKs #53

Open
i-chvets opened this issue Sep 28, 2023 · 0 comments
Open

import kfp causes imports test to fail in Jupyter server ROCKs #53

i-chvets opened this issue Sep 28, 2023 · 0 comments

Comments

@i-chvets
Copy link
Contributor

i-chvets commented Sep 28, 2023

Description

In Jupyter server ROCKs import test ensures that all packages are installed correctly. However, outdated kfp installation (pinned to 1.6.3) causes dependency issue (if import kfp is present in test):

tox -e unit
. . .
    from urllib3.contrib import appengine as gaecontrib
ImportError: cannot import name 'appengine' from 'urllib3.contrib' (/opt/conda/lib/python3.8/site-packages/urllib3/contrib/__init__.py)

This issue was discovered when updating Tensorflow ROCK: #49

ROCK import tests should be reviewed and a solution should be found to ensure that kfp can be imported correctly without causing.

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

1 participant