antfs-cli icon indicating copy to clipboard operation
antfs-cli copied to clipboard

Can't install on Ubuntu

Open jirisemecky opened this issue 7 years ago • 1 comments

I'm trying to install this on Ubuntu with: $ sudo ./setup.py install

... but I get the following error:

running bdist_egg
running egg_info
creating antfs_cli.egg-info
error: could not create 'antfs_cli.egg-info': Permission denied

Is this a known issue or some problem with my system?

jirisemecky avatar Apr 01 '17 20:04 jirisemecky

I haven't seen this issue before. You could try to run it with debug flags and see if that gives you any more information:

sudo DISTUTILS_DEBUG=1 ./setup.py install

Tigge avatar Apr 02 '17 07:04 Tigge