Skip to content

Update 04_create_serving_endpoint.py #14

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

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

thhart-dbx
Copy link
Contributor

Description: create_serving_endpoint fails with current version of typing_extensions returning message cannot import name 'Deprecated' from 'typing_extensions'

Resolution Attempt 1:

  • This GitHub Discussion suggested using typing_extensions==4.7.1 to resolve error
  • Using%pip install typing_extensions==4.7.1 resulted in cannot import name 'TypeIs' from 'typing_extensions'

Successful Attempt 2:

  • This GitHub Discussion suggested using typing_extensions==4.11.0 to resolve error
  • Using%pip install typing_extensions==4.11.1 resulted in successful completion of task

`create_serving_endpoint` fails with current version of typing_extensions. typing_extensions==4.11.0 allows `create_serving_endpoint` to succeed
@ddavisdbrx ddavisdbrx merged commit 62b60e4 into ddavisdbrx:main Feb 24, 2025
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

Successfully merging this pull request may close these issues.

2 participants