|
本帖最后由 kexuejia 于 2020-3-2 13:44 编辑
大神你好,请问一下在debian 10上面如何升级rknn版本到1.3.0呢
【通过pip3 install --user -U rknn命令安装,会提示 ERROR: No matching distribution found for rknn】
toybrick@debian10:~/Downloads$ uname -a
Linux debian10.toybrick 4.4.189 #93 SMP Tue Nov 26 16:40:07 CST 2019 aarch64 GNU/Linux
toybrick@debian10:~/Downloads$ cat /etc/pip.conf
[global]
extra-index-url = http://repo.rock-chips.com/pypi/simple
trusted-host = repo.rock-chips.com
toybrick@debian10:~/Downloads$ pip3 list | grep rknn
rknn-toolkit 1.2.1
WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
toybrick@debian10:~/Downloads$ pip3 install --user -U rknn
Looking in indexes: http://repo.rock-chips.com/pypi/simple, https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement rknn (from versions: none)
ERROR: No matching distribution found for rknn
WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
【从百度云盘上下载whl文件,安装rknn_toolkit-1.3.0-cp36-cp36m-linux_aarch64.whl 也会提示失败】
toybrick@debian10:~/Downloads$ ls
rknn_toolkit-1.3.0-cp36-cp36m-linux_aarch64.whl
toybrick@debian10:~/Downloads$ pip3 install ./rknn_toolkit-1.3.0-cp36-cp36m-linux_aarch64.whl
ERROR: rknn_toolkit-1.3.0-cp36-cp36m-linux_aarch64.whl is not a supported wheel on this platform.
WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
【更新rknn-rk3399pro也会提示已经是最新版本了】
toybrick@debian10:~/Downloads$ sudo apt install rknn-rk3399pro
Reading package lists... Done
Building dependency tree
Reading state information... Done
rknn-rk3399pro is already the newest version (1.2.1-1).
0 upgraded, 0 newly installed, 0 to remove and 84 not upgraded.
|
|