Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
b57e9f58
Commit
b57e9f58
authored
10 years ago
by
Matthew Hodgson
Browse files
Options
Downloads
Patches
Plain Diff
yet another installation gotcha
parent
d18fc977
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+13
-7
13 additions, 7 deletions
README.rst
with
13 additions
and
7 deletions
README.rst
+
13
−
7
View file @
b57e9f58
...
@@ -145,12 +145,12 @@ To install the synapse homeserver run::
...
@@ -145,12 +145,12 @@ To install the synapse homeserver run::
This installs synapse, along with the libraries it uses, into
This installs synapse, along with the libraries it uses, into
``$HOME/.local/lib/``.
``$HOME/.local/lib/``.
Troubleshooting
Troubleshooting
Installation
---------------
---------------
-------------
Synapse requires pip 1.7 or later, so if your OS provides too old a version and
Synapse requires pip 1.7 or later, so if your OS provides too old a version and
you get errors about `error: no such option: --process-dependency-links` you
may
you get errors about
`
`error: no such option: --process-dependency-links`
`
you
need to manually upgrade it::
may
need to manually upgrade it::
$ sudo pip install --upgrade pip
$ sudo pip install --upgrade pip
...
@@ -169,10 +169,16 @@ To actually run your new homeserver, pick a working directory for Synapse to run
...
@@ -169,10 +169,16 @@ To actually run your new homeserver, pick a working directory for Synapse to run
$ cd ~/.synapse
$ cd ~/.synapse
$ ~/.local/bin/synctl start
$ ~/.local/bin/synctl start
Troubleshooting
Troubleshooting
Running
---------------
---------------
--------
If synapse fails with `missing "sodium.h"` crypto errors, you may need
If ``synctl`` fails with ``pkg_resources.DistributionNotFound`` errors you may
need a newer version of setuptools than that provided by your OS, and then
reinstall::
$ sudo pip install setuptools --upgrade
If synapse fails with ``missing "sodium.h"`` crypto errors, you may need
to manually upgrade PyNaCL, as synapse uses NaCl (http://nacl.cr.yp.to/) for
to manually upgrade PyNaCL, as synapse uses NaCl (http://nacl.cr.yp.to/) for
encryption and digital signatures.
encryption and digital signatures.
Unfortunately PyNACL currently has a few issues
Unfortunately PyNACL currently has a few issues
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment