RDK X5 无法安装bpu_infer_lib_x5,

pip install bpu_infer_lib_x3 -i http://sdk.d-robotics.cc:8080/simple/ --trusted-host sdk.d-robotics.cc

Defaulting to user installation because normal site-packages is not writeable

Looking in indexes: http://sdk.d-robotics.cc:8080/simple/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.HTTPConnection object at 0xffffaae75210>: Failed to establish a new connection: [Errno 111] Connection refused’)‘: /simple/bpu-infer-lib-x3/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.HTTPConnection object at 0xffffaae755a0>: Failed to establish a new connection: [Errno 111] Connection refused’)': /simple/bpu-infer-lib-x3/

WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.HTTPConnection object at 0xffffaae757b0>: Failed to establish a new connection: [Errno 111] Connection refused’)': /simple/bpu-infer-lib-x3/

^CERROR: Operation cancelled by user

您好,收到您的问题,我这边内部检查一下

您好,暂时可以wget https://archive.d-robotics.cc/downloads/rdk_model_zoo/rdk_x5/bpu_infer_lib_x5-1.0.3-py3-none-any.whl 后 pip 安装 近期会释放全新的python接口


然后就提示这样的错误,名字不对

你好,
你给我的名字是x5的安装包,实际上里面是X3的whl文件啊

您好可以临时使用 easydnn 接口 from hobot_dnn import pyeasy_dnn as dnn

bpu_infer_lib 近期会被废弃

这个问题解决了吗?