tsungchih commented on PR #7811: URL: https://github.com/apache/gravitino/pull/7811#issuecomment-3124289241
> I got another error, when I run > > ``` > ./gradlew :clients:client-python:build > ``` > > I got: > > ``` > > Task :clients:client-python:build FAILED > Traceback (most recent call last): > File "/Users/unknowntpo/xxx/gravitino/gravitino/clients/client-python/scripts/generate_version.py", line 23, in <module> > from gravitino.constants.root import PROJECT_ROOT > ModuleNotFoundError: No module named 'gravitino' > > Execution failed for task ':clients:client-python:build'. > > Process 'command 'uv'' finished with non-zero exit value 1 > > * Try: > > Run with --stacktrace option to get the stack trace. > > Run with --info or --debug option to get more log output. > > Run with --scan to get full insights. > > Get more help at https://help.gradle.org. > Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. > You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. > For more on this, please refer to https://docs.gradle.org/8.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. > BUILD FAILED in 18s > 4 actionable tasks: 4 executed > ``` @unknowntpo This issue has been addressed. I have fixed another issue in the task `doc` as well. Please take a look when you're available. -- 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]
