openvinotoolkit / openvino

OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference
https://docs.openvino.ai
Apache License 2.0
7.01k stars 2.21k forks source link

[Feature Request]: support python3.12 on macos #26408

Open cole-dda opened 1 month ago

cole-dda commented 1 month ago

Request Description

on mac, openvion only support python3.11,on linux/windows,support python3.12。

so when a project use python3.12,can't develop/test on macos

Feature Use Case

on mac python3.12

pip install openvino

Issue submission checklist

ilya-lavrenov commented 1 month ago

Hi @cole-dda 2024.4 will support python 3.12 on all platforms. Currently, you can install OpenVINO nightly version which is available for python 3.12 using:

pip install --pre -U openvino --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly