alibaba / Alink

Alink is the Machine Learning algorithm platform based on Flink, developed by the PAI team of Alibaba computing platform.
Apache License 2.0
3.58k stars 802 forks source link

akdl 库不支持Python3.8 #201

Closed nealzh closed 2 years ago

nealzh commented 2 years ago

core/src/main/python/akdl/setup.py 文件中 python_requires 这一项的值为 '>=3.6,<3.8',akdl 库目前是只能支持python 3.6 和 python 3.7吗。如果目前只能支持 python 3.6 和 python 3.7,那计划啥时候开始支持python 3.8呢。

Fanoid commented 2 years ago

Your can use pip install --ignore-requires-python XXX to walkaround this limitation.