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

ImportError create_link_secret from anoncreds-test 0.1.0.dev10 #246

Closed
PatStLouis opened this issue Sep 14, 2023 · 2 comments
Closed

ImportError create_link_secret from anoncreds-test 0.1.0.dev10 #246

PatStLouis opened this issue Sep 14, 2023 · 2 comments

Comments

@PatStLouis
Copy link

I'm testing out the anoncreds-test 0.1.0.dev10 pip package published on testpypi and am unable to import the create_link_secret function.

It's missing from the .bindings import in the __init__.py file. Adding it fixes the issue.

Steps to reproduce:

pip install -i https://test.pypi.org/simple/ anoncreds-test
from anoncreds_test import create_link_secret
@andrewwhitehead
Copy link
Member

It seems to be there in main, so maybe you just need the new release to be published.

@PatStLouis
Copy link
Author

You are right, it was fixed in 0.1.0.dev15

Closing the issue, thanks!

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

2 participants