“conda activate fleury-env”失败,因为 onnxruntime-openvino==1.16 不可用

问题描述 投票:0回答:1

我已经做了一切,但没有任何效果 我下载了 python - 3.10 没有帮助,但我不知道还能做什么 还重新安装了condo帮助谁知道这是什么类型的游戏如果有人知道的话-

conda activate fleury-env
(fleury-env) C:\\Users\\Zanch\>pip install -r C:\\Users\\Zanch\\Desktop\\easy_sign-main\\requirements.txt
Ignoring onnxruntime: markers 'sys_platform == "darwin"' don't match your environment
Collecting onnx==1.14.0 (from -r C:\\Users\\Zanch\\Desktop\\easy_sign-main\\requirements.txt (line 1))
Using cached onnx-1.14.0-cp311-cp311-win_amd64.whl (13.3 MB)
Collecting streamlit==1.28.2 (from -r C:\\Users\\Zanch\\Desktop\\easy_sign-main\\requirements.txt (line 2))
Obtaining dependency information for streamlit==1.28.2 from https://files.pythonhosted.org/packages/9d/9f/09fe6469e891031596872bd50bff90d47bea5c32d426235714cf24662740/streamlit-1.28.2-py2.py3-none-any.whl.metadata
Using cached streamlit-1.28.2-py2.py3-none-any.whl.metadata (8.1 kB)
Collecting streamlit-webrtc==0.47.1 (from -r C:\\Users\\Zanch\\Desktop\\easy_sign-main\\requirements.txt (line 3))
Obtaining dependency information for streamlit-webrtc==0.47.1 from https://files.pythonhosted.org/packages/d5/ee/b73d1309884140b70be3f3f93e6f61080f0e4f005dcefff4483d2f6729a1/streamlit_webrtc-0.47.1-py3-none-any.whl.metadata
Using cached streamlit_webrtc-0.47.1-py3-none-any.whl.metadata (18 kB)
Collecting einops==0.6.1 (from -r C:\\Users\\Zanch\\Desktop\\easy_sign-main\\requirements.txt (line 4))
Using cached einops-0.6.1-py3-none-any.whl (42 kB)
Collecting opencv-python (from -r C:\\Users\\Zanch\\Desktop\\easy_sign-main\\requirements.txt (line 5))
Obtaining dependency information for opencv-python from https://files.pythonhosted.org/packages/c7/ec/9dabb6a9abfdebb3c45b0cc52dec901caafef2b2c7e7d6a839ed86d81e91/opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl.metadata
Using cached opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl.metadata (20 kB)
ERROR: Ignored the following versions that require a different python version: 0.37.0 Requires-Python \>=3.7,\<3.11; 0.40.0 Requires-Python \>=3.7,\<3.11; 0.41.0 Requires-Python \>=3.7,\<3.11; 0.42.0 Requires-Python \>=3.7,\<3.11; 0.43.0 Requires-Python \>=3.7,\<3.11; 0.44.0 Requires-Python \>=3.7, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.11.*; 0.44.1 Requires-Python \>=3.7, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.11.*; 0.44.2 Requires-Python \>=3.7, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.11.*; 0.44.3 Requires-Python \>=3.7, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.11.*; 0.44.4 Requires-Python \>=3.7, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.11.*; 0.44.5 Requires-Python \>=3.7, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.11.*; 0.44.6 Requires-Python \>=3.7, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.11.*; 0.44.7 Requires-Python \>=3.7, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.11.*; 0.55.2 Requires-Python \<3.5
ERROR: Could not find a version that satisfies the requirement onnxruntime-openvino==1.16 (from versions: none)
ERROR: No matching distribution found for onnxruntime-openvino==1.16
python cmd conda
1个回答
0
投票

您是否尝试遵循这些说明?

  • 是的,但我真的不明白我需要如何设置公寓,我已经做了我能做的一切。
© www.soinside.com 2019 - 2024. All rights reserved.