dex-net icon indicating copy to clipboard operation
dex-net copied to clipboard

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

Open johnli01 opened this issue 5 years ago • 2 comments

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?

johnli01 avatar Oct 22 '19 05:10 johnli01

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

SnehalDikhale avatar Nov 20 '19 01:11 SnehalDikhale

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

johnli01 avatar Nov 20 '19 02:11 johnli01