0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-17 11:03:46 +02:00

Add troubleshooting section to help with PyNaCl bug.

This commit is contained in:
David Baker 2014-08-13 14:40:47 +01:00
parent 55944ccf72
commit cf965af3c5

View file

@ -297,3 +297,9 @@ sphinxcontrib-napoleon::
Building internal API documentation::
$ python setup.py build_sphinx
Troubleshooting
===============
fatal error: sodium.h: No such file or directory
There is a bug in PyNaCl 0.2.3 which can cause the module to fail to import. The bug is fixed in HEAD so you can work around it by checking PyNaCl out of git directly (https://github.com/pyca/pynacl) and installing it. Installing PyNaCl using pip may also work (remember to remove any other versions installed by setuputils in, for example, ~/.local/lib).