Python3.9.7 Hi! I’m trying to run `./gradlew for...
# contributing-to-airbyte
w
Python3.9.7 Hi! I’m trying to run
./gradlew format
but keep having
Python call failed: .venv/bin/python -m flake8 . --config /Users/***/projects/airbyte/tools/python/.flake8
in my source directory. From previous threads I tried removing the .venv but doesn’t work. Any idea please ?
Hi @Wadii Zaim could you please share the full format output with this error? Could you please try to use Python 3.7 if possible?
Yep sure:
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':airbyte-integrations:connectors:source-persistiq:flakeCheck'.
> Python call failed: .venv/bin/python -m flake8 . --config /Users/***/projects/contribute-airbyte/tools/python/.flake8
Could you try with Python 3.7 or 3.8 please?
doing it atm, will let you know 🙂
I think you succeeded as I saw your latest commit on PersistIQ PR