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

ModuleNotFoundError while importing MarketplaceApp #26

Closed
drvgautam opened this issue Aug 18, 2022 · 3 comments · Fixed by #27
Closed

ModuleNotFoundError while importing MarketplaceApp #26

drvgautam opened this issue Aug 18, 2022 · 3 comments · Fixed by #27
Assignees
Labels
bug Something isn't working

Comments

@drvgautam
Copy link

drvgautam commented Aug 18, 2022

from marketplace.app import MarketPlaceApp

Error message:

ModuleNotFoundError: No module named 'utils' ```

**correction hint:** check  `from utils import camel_to_snake` inside marketplace/app/__init__.py
@csadorf csadorf self-assigned this Aug 18, 2022
@csadorf csadorf added the bug Something isn't working label Aug 18, 2022
@csadorf
Copy link
Collaborator

csadorf commented Aug 18, 2022

Thanks for reporting, looking into it now.

csadorf added a commit that referenced this issue Aug 18, 2022
csadorf added a commit that referenced this issue Aug 18, 2022
@csadorf csadorf linked a pull request Aug 18, 2022 that will close this issue
csadorf added a commit that referenced this issue Aug 18, 2022
csadorf added a commit that referenced this issue Aug 18, 2022
csadorf added a commit that referenced this issue Aug 18, 2022
@csadorf
Copy link
Collaborator

csadorf commented Aug 19, 2022

@drvgautam The bug should now be fixed in version 0.3.1: https://pypi.org/project/marketplace-sdk/0.3.1/

@drvgautam
Copy link
Author

@csadorf thanks for fixing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants