OpenPCDet运行demo问题总结

安装numpy时出现:
requires protobuf<=4.0.0,>=3.1.0, but you have protobuf 4.23.4 which is incompatible.
解决方法:

卸载protobuf  

pip uninstall protobuf

出现下面问题:

-----------------------------------------------------------------------------------------

DEPRECATION: distro-info 0.23ubuntu1 has a non-standard version number. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of distro-info or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
DEPRECATION: gpg 1.13.1-unknown has a non-standard version number. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of gpg or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
DEPRECATION: python-debian 0.1.36ubuntu1 has a non-standard version number. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of python-debian or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
-----------------------------------------------------------------------------------------

卸载报错的依赖包

sudo apt-get remove --auto-remove python3-debian

sudo apt-get remove --auto-remove python3-gpg

sudo apt-get remove --auto-remove python3-distro-info

出现这个错误:ImportError: numpy.core.multiarray failed to import
是因为有两个numpy

最新的语法有变化,卸载最新的:

pip uninstall numpy

出现这个问题:ModuleNotFoundError: No module named 'av2'
是因为没有av2的包,安装即可

pip install av2

出现这个问题:ModuleNotFoundError: No module named 'kornia'

是因为没有kornia的包,安装即可

pip3 install kornia

demo.py: error: unrecognized arguments: kitti/kitti mini data object  veloyne/training/velodyne/000000.bin

这个问题是因为路径里面有空格,去掉空格即可
 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值