ERROR: Could not find a version that satisfies the requirement pyrealsense2 (from versions: none)
pip install pyrealsense2 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
方法一:升级pip
python -m pip install --upgrade pip
方法二:指定源
pip install pyrealsense2 -i https://pypi.tuna.tsinghua.edu.cn/simple/
方法三:加--trusted-host
pip install pyrealsense2 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
方法四:pycharm安装
方法五:使用whl安装
下载对应的whl文件,这里以windows为例,放入到python解释器的site-packages文件夹下
下载地址: pyrealsense2 · PyPIhttps://pypi.org/project/pyrealsense2/#files
打开cmd,进入到上面的site-packages文件夹下:
执行如下代码:
pip install pyrealsense2-2.54.2.5684-cp39-cp39-win_amd64.whl