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

Conflict with Python "typing-extensions" versions #7

Open
nahuelmatias opened this issue Dec 16, 2022 · 0 comments
Open

Conflict with Python "typing-extensions" versions #7

nahuelmatias opened this issue Dec 16, 2022 · 0 comments

Comments

@nahuelmatias
Copy link

What

If you try to install the Python part of didcomm-demo following the instructions, it will crash with the following error:

ERROR: pydantic 1.10.2 has requirement typing-extensions>=4.1.0, but you'll have typing-extensions 3.10.0.2 which is incompatible.

Why

There are an error with typing-extensions version, for pydid and pydantic.
pydantic needs typing-extensions>=4.1.0
but
pydid needs typing-extensions<4.0.0,>=3.7.4
So, there are no combinations of typing-extensions that satisfies both libraries.

Success Criteria

  • The instructions shall be ended successfully.

Anything else

Include links to any examples, research or code that support this issue.

type: error
relatedto: installation issue

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