pointnet2_ops编译报错(Windwows上部署)
[Windows]pip install pointnet2_ops报错解决
报错信息👀
(m2t2) PS F:\code_project\Gitub_projects\M2T2-master> pip install pointnet2_ops/ -i https://pypi.douban.com/simple
Looking in indexes: https://pypi.douban.com/simple
Processing f:\code_project\gitub_projects\m2t2-master\pointnet2_ops
Preparing metadata (setup.py) ... done
Requirement already satisfied: torch>=1.4 in e:\anaconda\envs\m2t2\lib\site-packages (from pointnet2_ops==3.0.0) (2.0.1)
Requirement already satisfied: filelock in e:\anaconda\envs\m2t2\lib\site-packages (from torch>=1.4->pointnet2_ops==3.0.0) (3.13.1)
Requirement already satisfied: typing-extensions in e:\anaconda\envs\m2t2\lib\site-packages (from torch>=1.4->pointnet2_ops==3.0.0) (4.10.0)
Requirement already satisfied: sympy in e:\anaconda\envs\m2t2\lib\site-packages (from torch>=1.4->pointnet2_ops==3.0.0) (1.12)
Requirement already satisfied: networkx in e:\anaconda\envs\m2t2\lib\site-packages (from torch>=1.4->pointnet2_ops==3.0.0) (3.2.1)
Requirement already satisfied: jinja2 in e:\anaconda\envs\m2t2\lib\site-packages (from torch>=1.4->pointnet2_ops==3.0.0)