wayfair-incubator / dagger

A simple Python-based distributed workflow engine
https://wayfair-incubator.github.io/dagger/latest
MIT License
54 stars 5 forks source link

Aerospike client not officially supported for python 3.10 #18

Closed jkgenser closed 1 year ago

jkgenser commented 1 year ago

Description

When installing dagger on python 3.10, unable to download manylinux wheels and pip attempts to build wheels

Expected Behaviour

Pip installs manylinux wheels for aerospike when installing dagger instead of building aerospike toolchain

Actual Behaviour

pip attempts to build aerospike

Affected Version

python 3.10

Steps to Reproduce

  1. use python 3.10
  2. pip3 install aerospike
jkgenser commented 1 year ago

I think manylinux wheels are not available. Had to build to install it on python3.10