输入下面命令行
pip install "git+git://github.com/erikwijmans/Pointnet2_PyTorch.git#egg=pointnet2_ops&subdirectory=pointnet2_ops_lib"
出现错误
解决方法:输入命令
git config --global url."https://github.com".insteadOf git://github.com
如下所示
然后再输入原始命令
即安装成功。
参考链接:https://blog.csdn.net/qq_44157558/article/details/126299709
标签:243.166,github,errno,pointnet2,git,connect,com From: https://www.cnblogs.com/happystudyeveryday/p/17015297.html