intel / openvino-ai-plugins-gimp

GIMP AI plugins with OpenVINO Backend
Apache License 2.0
447 stars 49 forks source link

ERROR: Could not find a version that satisfies the requirement openvino==2022.3.0 #59

Closed tariq0101 closed 8 months ago

tariq0101 commented 10 months ago

ERROR: Could not find a version that satisfies the requirement openvino==2022.3.0 (from versions: 2023.0.0, 2023.0.1, 2023.0.2, 2023.1.0.dev20230623, 2023.1.0.dev20230728, 2023.1.0.dev20230811, 2023.1.0, 2023.2.0.dev20230922) ERROR: No matching distribution found for openvino==2022.3.0

I'm on python 3.11.2 the rest of the dependencies install normally.

abconnor commented 8 months ago

You have to use Python 3.10 or less. That means normally to compile python from source and take use of an virtualenv.

gblong1 commented 8 months ago

We will be making a new release within the next day which removes the requirement for 2022.3.0

gblong1 commented 8 months ago

@tariq0101 Please try using Python 3.10 with the new release which has been published.