renezurbruegg / icg_net

Implementation of the Paper: ICG-Net: A unified approach for instance centric grasping
MIT License
5 stars 1 forks source link

error: could not create 'pointnet2/_ext.cpython-310-x86_64-linux-gnu.so': No such file or directory #1

Open ubless607 opened 3 months ago

ubless607 commented 3 months ago

Hello, when installing the scripts, the error happens.

pip install -e .
Obtaining file:///home/commonsense/data/VLG/icgnet/icg_net/icg_net/third_party/pointnet2
  Preparing metadata (setup.py) ... done
Installing collected packages: pointnet2
  Attempting uninstall: pointnet2
    Found existing installation: pointnet2 0.0.0
    Uninstalling pointnet2-0.0.0:
      Successfully uninstalled pointnet2-0.0.0
  Running setup.py develop for pointnet2
...
copying build/lib.linux-x86_64-cpython-310/pointnet2/_ext.cpython-310-x86_64-linux-gnu.so -> pointnet2
error: could not create 'pointnet2/_ext.cpython-310-x86_64-linux-gnu.so': No such file or directory

When just running python setup.py install, I can see pointnet 0.0.0 installed by running pip list.