-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix installation issues #2037
Fix installation issues #2037
Conversation
When installing on CentOS7 I wans't able to follow README instructions to install due to errors. I was missing libsodium in order to compile python dependencies. Default version of Python pip is really old and therefore setuptools upgrade ended with error as well. In order to be able to continue I needed to upgrade pip as well.
register_new_matrix_user command has one more question, I have updated the documentation to match the reality.
Can one of the admins verify this patch? |
2 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
thanks! A few points:
|
I have removed libsodium from CentOS system requirements, as it is part PyNaCl. Signed-off-by: Richard Kellner <[email protected]>
You are right with the first part. libsodium is not needed as a system requirement on CentOS. My problem was that it crashed during the However with the second bit it doesnt upgrade both at the same time. I have to upgrade
When I try to upgrade in one command, eg.: Signed-off-by: Richard Kellner [email protected] |
Ok, great, thanks very much for your investigative work. I'm afraid I still need signoff on the original commits (sigh). Can you write a signed-off-by here? |
Sure no problem. Signed-off-by: Richard Kellner [email protected] |
I have tried to install accourding the README.rst, but I had a few issues. I have updated file so it is installable on CentOS7 without errors.
Signed-off-by: Richard Kellner [email protected]