We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to install this on Ubuntu with: $ sudo ./setup.py install
$ 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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
I'm trying to install this on Ubuntu with:
$ sudo ./setup.py install
... but I get the following error:
Is this a known issue or some problem with my system?
The text was updated successfully, but these errors were encountered: