Closed nealzh closed 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呢。
Your can use pip install --ignore-requires-python XXX to walkaround this limitation.
pip install --ignore-requires-python XXX
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呢。