bes-dev / stable_diffusion.openvino

Apache License 2.0
1.53k stars 207 forks source link

pip does not find openvino #100

Closed fneddy closed 1 year ago

fneddy commented 1 year ago

trying to install it ends with this error. am i missing a crucial step?

pip install -r requirements.txt 
Defaulting to user installation because normal site-packages is not writeable
Collecting numpy==1.19.5
  Using cached numpy-1.19.5.zip (7.3 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting opencv-python==4.5.5.64
  Using cached opencv_python-4.5.5.64-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.5 MB)
Collecting transformers==4.16.2
  Using cached transformers-4.16.2-py3-none-any.whl (3.5 MB)
Collecting diffusers==0.2.4
  Using cached diffusers-0.2.4-py3-none-any.whl (112 kB)
Collecting tqdm==4.64.0
  Using cached tqdm-4.64.0-py2.py3-none-any.whl (78 kB)
ERROR: Could not find a version that satisfies the requirement openvino==2022.1.0 (from versions: 2022.3.0.dev20221125)
ERROR: No matching distribution found for openvino==2022.1.0
brmarkus commented 1 year ago

Can you provide more details about your environment, please? Which OperatingSystem (OS) version do you use, which Python version and PIP version do you use? Are you "natively" and "directly" under the OS, or within a Docker container? Have you created a Python virtual environment? If under e.g. Ubuntu, you might first need to update your local rep/package-list via something like "apt get update" first.

fneddy commented 1 year ago

ahhh i didnt see that you also provide a dockerfile. nevermind my problem. in docker it works.