Hi Team, I’m going through the <Python CDK Speedru...
# ask-community-for-troubleshooting
b
Hi Team, I’m going through the Python CDK Speedrun: Creating a Source and I’m at the step where I should run
python main.py check --config sample_files/config.json
. I get the following error No such file or directory: ‘/[...]/airbyte/airbyte-integrations/connectors/source-python-http-example/source_python_http_example/spec.json’. I have a spec.yaml (as per the tutorial), why is it asking for a spec.json? Any idea what I’m doing wrong?
c
Hi, I am new too to Airbyte, did you define your spec.json file ?
b
Hi! No I didn’t, but I did define a spec.yaml. The tutorial didn’t say anything about defining a spec.json I think.
m
Sorry about that @Bastien Beurier are you using latest version of Airbyte in local?
b
It turns out I was using python 3.7, so the requirements were outdated, so probably the Airbyte version was outdated too. I’ve upgraded to python 3.9 and it works now. Thanks!