stable_diffusion.openvino icon indicating copy to clipboard operation
stable_diffusion.openvino copied to clipboard

Could not find a version that satisfies the requirement openvino==2022.1.0

Open MonoBen opened this issue 1 year ago • 13 comments

ERROR: Could not find a version that satisfies the requirement openvino==2022.1.0 (from -r requirements.txt (line 6)) (from versions: 2021.2, 2021.3.0, 2021.4.0, 2021.4.1, 2021.4.2)
ERROR: No matching distribution found for openvino==2022.1.0 (from -r requirements.txt (line 6))

MonoBen avatar Sep 06 '22 14:09 MonoBen

Use python 3.8 or 3.9 Where is no openvino==2022.1.0 yet for python 3.10+

Mikhael-Danilov avatar Sep 06 '22 15:09 Mikhael-Danilov

For python 3.8, you can use openvino: 2022.1.0

koji avatar Sep 06 '22 21:09 koji

@MonoBen Try updating PIP to the highest version.

albert-hzbn avatar Sep 08 '22 06:09 albert-hzbn

I used python 3.9 and update the pip.

chaos4455 avatar Sep 08 '22 19:09 chaos4455

the same issue on Ubuntu

AlexeyPogorelov avatar Sep 15 '22 00:09 AlexeyPogorelov

Using windows wsl, with ubuntu, after installing python 3.9 with:

sudo apt install python3.9

Running

python3.9 -m pip3 install --upgrade pip

as it says https://www.intel.com/content/www/us/en/support/articles/000091171/software/development-software.html worked

sickmartian avatar Sep 18 '22 16:09 sickmartian

In pop_os/ubuntu/etc, it's important to use python3.9, for python3.10 there is no package of openvino it seems. I had an issue creating a venv, solved it by installing python3.9-venv like it says here: https://www.liquidweb.com/kb/how-to-install-and-update-python-to-3-9-in-ubuntu/ and then the installation of the requirements ran fine.

sickmartian avatar Sep 18 '22 18:09 sickmartian

sudo apt install python3.9
python3.9 -m pip install -r requirements.txt

It work for me on Linux Mint Have a good day guys from Ukraine :)

dronov-dmitry avatar Oct 15 '22 20:10 dronov-dmitry