Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install on Ubuntu #164

Open
jirisemecky opened this issue Apr 1, 2017 · 1 comment
Open

Can't install on Ubuntu #164

jirisemecky opened this issue Apr 1, 2017 · 1 comment

Comments

@jirisemecky
Copy link

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?

@Tigge
Copy link
Owner

Tigge commented Apr 2, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants