-
Notifications
You must be signed in to change notification settings - Fork 354
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
can't find sodium.h on Ubuntu (not in vagrant) #95
Comments
@dlitz do you know about this? |
This seems to be a manifestation of pyca/pynacl#79 On a recent Debian-based system, a workaround is to install the I'll update setup.sh to do this automatically in the vagrant VM. |
@alltom I didn't test this with Terminal.com, but I believe that my latest change to setup.sh should fix this. The issue was closed automatically, but feel free to reopen this issue if it doesn't solve the problem. Cheers! |
That did fix it. Thank you! |
Summary: Workaround for the "error: sodium.h: No such file or directory" bug in pynacl and/or cffi: pyca/pynacl#79 Fixes #95 Test Plan: `vagrant up --provision` from scratch Reviewers: charles Reviewed By: charles Subscribers: mg Differential Revision: https://review.inboxapp.com/D635
Thanks Solved my problem! |
I tried installing Inbox on terminal.com, but the setup script failed. Here's a snapshot (which includes scroll-back, so you can see the script output): https://www.terminal.com/tiny/V6yKVSNCVM
What I did was:
sudo ./setup.sh
(you're root, but the script looks for$SUDO_USER
The
python bin/create-db
step fails trying to build something that requiressodium.h
.AFAIK, Terminal.com isn't one of your supported hosts, but since commits like 69685d6 claim to deal with this issue, I thought you might like to know.
The text was updated successfully, but these errors were encountered: