Ramkumar Vaidyanathan
05/19/2023, 4:08 PM1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':airbyte-integrations:bases:base-normalization:checkPython'.
> Python not found: .venv/bin/python. This must be a bug of virtualenv support, please report it (<https://github.com/xvik/gradle-use-python-plugin/issues>). You can disable virtualenv usage with 'python.scope = USER'.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':airbyte-commons:compileJava'.
> error: invalid source release: 17
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================
kapa.ai
05/19/2023, 4:08 PMkapa.ai
05/19/2023, 4:09 PM3.9.11
. You can find more information on setting up your development environment in the [Developing Locally](https://docs.airbyte.com/contributing-to-airbyte/developing-locally) documentation. For the Java issue, it seems like you have an invalid source release. Make sure you have the correct Java version installed. You can find more information on setting up your development environment in the [Developing Locally](https://docs.airbyte.com/contributing-to-airbyte/developing-locally) documentation as well.Marcos Marx (Airbyte)
05/19/2023, 4:09 PMRamkumar Vaidyanathan
05/19/2023, 4:09 PM./gradlew :airbyte-integrations:connectors:destination-clickhouse:build
Marcos Marx (Airbyte)
05/19/2023, 4:14 PMRamkumar Vaidyanathan
05/19/2023, 4:16 PMRamkumar Vaidyanathan
05/19/2023, 4:16 PMMarcos Marx (Airbyte)
05/19/2023, 4:17 PMRamkumar Vaidyanathan
05/19/2023, 5:03 PM> Task :airbyte-integrations:bases:base-normalization:checkPython FAILED
> Task :airbyte-api:generateApiDocs
################################################################################
# Thanks for using OpenAPI Generator. #
# Please consider donation to help us maintain this project š #
# <https://opencollective.com/openapi_generator/donate> #
################################################################################
Successfully generated code to /Users/ramkumar/workspace/airbyte/airbyte-api/build/generated/api/docs
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':airbyte-integrations:bases:base-normalization:checkPython'.
> Python not found: .venv/bin/python. This must be a bug of virtualenv support, please report it (<https://github.com/xvik/gradle-use-python-plugin/issues>). You can disable virtualenv usage with 'python.scope = USER'.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
* Get more help at <https://help.gradle.org>
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See <https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings>
BUILD FAILED in 19s
21 actionable tasks: 2 executed, 19 up-to-date
S3 cache 540ms wasted on misses, reads: 1, elapsed: 540ms
ā airbyte git:(master) ā python --version
Python 3.11.2
Ramkumar Vaidyanathan
05/19/2023, 5:03 PMRamkumar Vaidyanathan
05/19/2023, 5:03 PM