Hey guys! I’m trying quickstart with docker and I want to create an ingest with postgres. When I run it, it fails and returns with a failure message:
“Ignored the following versions that require a different python version: 0.8.24.1”
“ERROR: Could not find a version that satisfies the requirement acryl-datahub[datahub-kafka,datahub-rest,postgres]”
I’m using the versions:
quickstart_version_map:
default:
composefile_git_ref: master
docker_tag: head
head:
composefile_git_ref: master
docker_tag: head
stable:
composefile_git_ref: v0.10.5
docker_tag: v0.10.5
v0.9.6:
composefile_git_ref: v0.9.6.1
docker_tag: v0.9.6.1