Added init py for import error in api folder#308
Merged
xiaoyzhuLI merged 1 commit intofeathr-ai:mainfrom Jun 2, 2022
Merged
Conversation
Collaborator
|
Hello @chinmaytredence thanks for contributing, we are holding changes on current REST API as new re-designed API is in progress. I will keep you updated when new API is ready for try. |
Contributor
Author
|
@blrchen Thanks for the update. For the time being I am using this PR commit to run the application which is using Feathr as the library. Would you like to give me the branch where the new API design is going on. Thanks. |
Collaborator
|
Hello, @chinmaytredence , following resources might be helpful for tracking latest api work status
|
Contributor
Author
|
Thanks a lot @blrchen . |
Collaborator
|
@blrchen this is a simple and yet critical bug fix. I think we should get it in. |
bozhonghu
pushed a commit
that referenced
this pull request
Jun 2, 2022
* main: added init py for import error (#308) add contribution text (#153) Add 'feathr hocon' command (#317) Feathr UI: API spec alignment and ux experience improvement (#303) bump version (#315) Adding custom data loader handler support. (#309) Update product_recommendation_demo.ipynb Update product_recommendation_demo.ipynb Product sample (#314) [Feathr] Add a example for product recommendation (#312)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While trying to use feathr-project library, the following error was coming:
File "C:\Users\xyz\Documents\fethr_retail_dev_project_python\venv\lib\site-packages\feathr\anchor.py", line 2, in
from feathr.feature import Feature
File "C:\Users\xyz\Documents\fethr_retail_dev_project_python\venv\lib\site-packages\feathr\feature.py", line 7, in
from feathr.api.app.core.feathr_api_exception import FeatureNameValidationError
ModuleNotFoundError: No module named 'feathr.api'