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

Add __init__ modules to enable subpackages #34

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

jruizaranguren
Copy link
Contributor

I have installed did-webs-resolver as a git dependency. The dkr entry point is found, but when trying to run the console tool it raises:

from dkr.core import didding
ModuleNotFoundError: No module named 'dkr.core'

This is probably due to dkr.core not including a __init__.py. I have added those to both core anddidcomm` subpackages.

Signed-off-by: Javier Ruiz Aranguren <[email protected]>
Copy link
Contributor

@2byrds 2byrds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't seen this issue but the change is welcome and hopefully only helpful. Thank you!

@2byrds 2byrds merged commit 1f091f2 into hyperledger-labs:main Jan 4, 2024
2 checks passed
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