Hi,
I have a python whl that is built using python 3.12.
When loading the whl through a custom extension using this section in “extension.toml”:
[python.pipapi]
archiveDirs = ["packages/"]
requirements = [
# Install from wheel file (found via archiveDirs)
"my_package-0.1-cp312-cp312-win_amd64.whl"
]
I get the following error :
ERROR: my_package-0.1-cp312-cp312-win_amd64.whl is not a supported wheel on this platform.
Kit app 107.3/106.2. is based on python 3.11/3.10.
I cannot rebuild the whl in any other python versions.
How do i exactly get kit to use python 3.12 ?
What is the way around this ?
Thanks.