开始直接安装,报错PackagesNotFoundError.
之后考虑用pip命令安装。有报错ERROR: Could not find a version that satisfies the requirement pyrealsense2
网上查询现这个问题的原因是python国内网络不稳定,直接导致报错。因此使用常用镜像源来解决此问题。如下 :
pip install pyrealsense2 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
安装成功啦!
参考:
解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题_JMU-HZH的博客-CSDN博客解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题我们经常通过pip安装东西时常常会出现ERROR: Could not find a version that satisfies the requirement xxx的问题。该问题常常会误导我们认为是下载的安装包之间存在冲突,因而花费大量的时间去配置各种各样的环境。其实出现这个问题的原因是python国内网络不稳定,直接导致报错。因此我们常用镜像源来解https://blog.csdn.net/qq_45603919/article/details/108906920备注:
Intel RealSense D435环境搭建之安装pyrealsense2_Larry酷睿的博客-CSDN博客_pyrealsense2安装在安装pyrealsense2的时候,通过下面命令难以安装成功pip install pyrealsense2接下来介绍一种通过.whl文件安装的方法一、电脑配置1、Windows 10 64位2、python3.7二、下载链接https://pypi.org/project/pyrealsense2/#files点击cp37,win_amd64的whl文件,下载三、安装打开cmd,进入pyrealsense2-2.48.0.3381-cp37-cp3...https://blog.csdn.net/weixin_45861610/article/details/118991062



