diqiu50 opened a new pull request, #10341:
URL: https://github.com/apache/gravitino/pull/10341

   ### What changes were proposed in this pull request?
   
   Add missing `__init__.py` files in 5 directories under 
`clients/client-python/gravitino/`.
   
   ### Why are the changes needed?
   
   `setup.py` uses `find_packages()` which requires `__init__.py` to recognize 
directories as Python packages. Without these files, importing 
`GravitinoClient` after `pip install` fails with `ModuleNotFoundError`.
   
   Fix: #10339
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes. Fixes `ModuleNotFoundError` when importing `gravitino` after `pip 
install apache-gravitino`.
   
   ### How was this patch tested?
   
   `python3 -c "from gravitino import GravitinoClient"` passes after the fix.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to