Hi.. I'm trying to create HTTP API source for Airb...
# ask-community-for-troubleshooting
c
Hi.. I'm trying to create HTTP API source for Airbyte. I'm stuck at installing dependencies. How can i get rid of this error(show in the screenshot)..? Err msg: ERROR: Could not find a version that satisfies the requirement airbyte-cdk~=0.2
m
Can you share the
setup.py
file?
c
Slack not allowing to share .py file. Shaing screenshot..
I just generated the template and trying to start work as mentioned in https://docs.airbyte.com/connector-development/tutorials/cdk-tutorial-python-http/getting-started/ But stuck at 2nd step..
n
Hi Chandrashekhar, make sure you are using the correct alias for your Python installation: The tutorial uses
python
in commands, but your system might need to use
python3
. The same goes for the
pip
command.
c
Thanks... My machine was not having latest version of python. I updated it and used python3 command. It is working now..
u
Great!