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
Hi Everyone,
I'm installing SSM v1.4 on Fedora 32 x86_64 fully patched. I'm using this command for testing before an actual install:
python setup.py install --prefix=$HOME/tmp/ok2delete
Install dies at the end with the error message:
running install running build running build_py creating build creating build/lib creating build/lib/ssmlib ... running install_scripts copying build/scripts-3.8/ssm -> /home/jwalton/tmp/ok2delete/bin changing mode of /home/jwalton/tmp/ok2delete/bin/ssm to 775 running install_data error: can't copy 'doc/_build/man/ssm.8': doesn't exist or not a regular file
The text was updated successfully, but these errors were encountered:
+1, but I was able to get it working on Debian Buster with the following:
sudo apt install sphinx-doc sudo apt install python3-sphinx cd /path/to/ssm/doc make man
After that, the usual "make install" in repo's root worked work me.
Sorry, something went wrong.
No branches or pull requests
Hi Everyone,
I'm installing SSM v1.4 on Fedora 32 x86_64 fully patched. I'm using this command for testing before an actual install:
Install dies at the end with the error message:
The text was updated successfully, but these errors were encountered: