nomewang / M3DM

MIT License
129 stars 16 forks source link

When I build the environment, I encounter a error. Can you fix it? #5

Closed limaodaxia closed 1 year ago

limaodaxia commented 1 year ago

× git clone --filter=blob:none --quiet git://github.com/erikwijmans/Pointnet2_PyTorch.git 'C:\Users\limaodaxia\AppData\Local\Temp\pip-install-uz5c90xe\pointnet2-ops_0 cea27ebf028479bb8eec4ff27e3a84f' did not run successfully. │ exit code: 128 ╰─> See above for output.

nomewang commented 1 year ago

We didn't test the code on Windows platform, and we recommend you to use Linux system to try this project. pointnet2-ops maybe not able to run on the Windows.

limaodaxia commented 1 year ago

thank you,I solved the problem by changing the command. What I used is pip install "git+http://github.com/erikwijmans/Pointnet2_PyTorch.git#egg=pointnet2_ops&subdirectory=pointnet2_ops_lib"