geyanggang opened a new issue, #10339:
URL: https://github.com/apache/gravitino/issues/10339

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   The Python client package apache-gravitino==1.2.0rc7 is broken and cannot be 
imported due to missing module.
   
   ### Error message and/or stacktrace
   
   File 
/opt/conda/lib/python3.11/site-packages/gravitino/api/rel/types/json_serdes/base.py:23
   from gravitino.api.rel.expressions.distributions.distribution import 
Distribution
   ModuleNotFoundError: No module named 
'gravitino.api.rel.expressions.distributions'
   
   
   ### How to reproduce
   
   1. Install: `pip install apache-gravitino==1.2.0rc7`
   2. Try to import: `from gravitino import GravitinoClient`
   3. Error occurs immediately on import
   
   ### Additional context
   
   1. PyPI shows 1.2.0rc7 is available but the package appears incomplete
   2. Version 1.1.0 works correctly
   3. This blocks testing of 1.2.0-rc7 features in Python


-- 
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