-
Notifications
You must be signed in to change notification settings - Fork 132
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
Installation error message #716
Comments
The official and supported way of installing NIPAP is via debian packages which is why some other procedures are slightly less tested. This wiki page https://github.com/SpriteLink/NIPAP/wiki/Building-Debian-packages outlines the packages you need to build the Debian and in this particular case you run into the same lack of binaries, ie you need rst2man from the python-docutils debian package, which I suppose would be named the same on Mint. This is just to generate a man page from a .rst file, so it's not crucial for nipap itself... |
So does this mean that nipap will not work on an Unbuntu based distro? |
I have never worked with Mint so I can't really answer for it with certainty, but if it is Ubuntu based, I suggest you try to use the official Debian/Ubuntu packages instead of trying to install it via Python distutils. See http://spritelink.github.io/NIPAP/docs/install-debian.html |
I'm probably missing something simple but getting the following error when trying to run setup script:
dli@DLI~/NIPAP/nipap $ python setup.py install
rst2man failed to run: [Errno 2] No such file or directory
I am running this on Linux Mint 17.1 (unbuntu derivative)
The text was updated successfully, but these errors were encountered: