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

ADServer Crashes due to updated dependencies #2533

Closed
axsaucedo opened this issue Oct 8, 2020 · 0 comments · Fixed by #2536
Closed

ADServer Crashes due to updated dependencies #2533

axsaucedo opened this issue Oct 8, 2020 · 0 comments · Fixed by #2536
Assignees
Labels
bug triage Needs to be triaged and prioritised accordingly
Milestone

Comments

@axsaucedo
Copy link
Contributor

The adserver is currently failing when re-built with latest dependencies. This is primarily due to the google-cloud-core update from 1.4.1 to 1.4.3. The error is:

>>> import kfserving
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/conda/lib/python3.7/site-packages/kfserving/__init__.py", line 18, in <module>
    from .storage import Storage
  File "/opt/conda/lib/python3.7/site-packages/kfserving/storage.py", line 23, in <module>
    from google.cloud import storage
  File "/opt/conda/lib/python3.7/site-packages/google/cloud/storage/__init__.py", line 39, in <module>
    from google.cloud.storage.batch import Batch
  File "/opt/conda/lib/python3.7/site-packages/google/cloud/storage/batch.py", line 31, in <module>
    from google.cloud.storage._http import Connection
  File "/opt/conda/lib/python3.7/site-packages/google/cloud/storage/_http.py", line 17, in <module>
    from google.cloud import _http
  File "/opt/conda/lib/python3.7/site-packages/google/cloud/_http.py", line 22, in <module>
    from six.moves import collections_abc
ImportError: cannot import name 'collections_abc' from 'six.moves' (unknown location)

It is confirmed that the issue is due to an uncompatible version of being installed, which results in the installation of six to cause issues, and which seems to be caused due to a recent 1st / 2nd level dependency change.

@axsaucedo axsaucedo added bug triage Needs to be triaged and prioritised accordingly labels Oct 8, 2020
@axsaucedo axsaucedo added this to the 1.3 milestone Oct 8, 2020
@axsaucedo axsaucedo self-assigned this Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage Needs to be triaged and prioritised accordingly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant