BerkeleyAutomation / dex-net

Repository for reading the Dex-Net 2.0 HDF5 database of 3D objects, parallel-jaw grasps, and robust grasp metrics
https://berkeleyautomation.github.io/dex-net/code.html
Other
296 stars 97 forks source link

Permission denied: src/dex_net.egg-info/requires.txt #51

Open johnli01 opened 4 years ago

johnli01 commented 4 years ago

Currently on Ubuntu 16.04 and followed the Installation Instructions and got stuck on an error.

When I tried to do python setup.py test

The error I received was error: [Errno 13] Permission denied: src/dex_net.egg-info/requires.txt I saw that a command on the manual instruction sudo chmod u+rx src/dex_net.egg-info would fix it, however, the error continues to appear. I have also tried doing the manual download and that had its own complications and failures. Could anyone share some insight how they got theirs running?

SnehalDikhale commented 4 years ago

If you see lock icons on the folders and files inside the dex-net folder, run the following to fix your home directory permissions: $sudo chown -R $USER: $HOME

johnli01 commented 4 years ago

I just tried that out and I received an error when changing ownership saying: 'Operation not permitted'