Ricardo de Deijn
09/20/2022, 7:24 PM./gradlew :airbyte-integrations:connectors:source-robin-odata:integrationTest
after making my first CDK connector.
But after executing I get the error message
* What went wrong:
Execution failed for task ':airbyte-integrations:connectors:source-robin-odata:checkPython'.
Python (*[path to virtual env]*) verion 3.7.9 does not match minimal required version: 3.9
After executing the python --version
command in my virtual env I do get version 3.9.7 back. Does anyone know what is the problem here?