flyrain commented on issue #1868:
URL: https://github.com/apache/polaris/issues/1868#issuecomment-2971326963

   Test against the latest main, still failed with the same issue. Seems like 
`pydantic` is missing. I think it should be installed by our scripts. Maybe due 
to some settings in my local machine. cc @HonahX 
   ```
   E           assert '--storage-type' in 'Traceback (most recent call last):\n 
 File "/Users/ygu/tmp/bugbash/polaris/client/python/cli/polaris_cli.py", line 
30...ic import validate_call, Field, StrictFloat, StrictStr, 
StrictInt\nModuleNotFoundError: No module named \'pydantic\'\n'
   E            +  where 'Traceback (most recent call last):\n  File 
"/Users/ygu/tmp/bugbash/polaris/client/python/cli/polaris_cli.py", line 30...ic 
import validate_call, Field, StrictFloat, StrictStr, 
StrictInt\nModuleNotFoundError: No module named \'pydantic\'\n' = 
str(Exception('Traceback (most recent call last):\n  File 
"/Users/ygu/tmp/bugbash/polaris/client/python/cli/polaris_cli.py...c import 
validate_call, Field, StrictFloat, StrictStr, StrictInt\nModuleNotFoundError: 
No module named \'pydantic\'\n'))
   ```


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