Hi team, I am working on creating custom connector...
# help-connector-development
a
Hi team, I am working on creating custom connector for the http api, I am able deploy airbyte locally and create virtual environment in python but when I try to install dependencies for the connector template I am getting an error as below, I am not sure what is causing this, please help! Thank you
a
hi Akash, I'm not super familiar with windows environment, but this looks like an issue with pywin. can you confirm your virtual environment is running python 3.9?
a
For now I am using python 3.11 version for virtual environment
a
I would recommend using python 3.9 as it's the only version we support
👍 1
a
okay I will try with python3.9 version and check
Thanks Alexandre, python3.9 worked for me