Hello, I’m trying to execute this command: `./grad...
# ask-community-for-troubleshooting
r
Hello, I’m trying to execute this command:
./gradlew :airbyte-integrations:connectors:source-robin-odata:integrationTest
after making my first CDK connector. But after executing I get the error message
Copy code
* 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?