-
Notifications
You must be signed in to change notification settings - Fork 677
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
Trouble installing 0.14.1 on Debian Jessie #331
Comments
@datawisely thanks for reporting -- I'm taking a look |
updated install instructions, fixes #331
@datawisely try now -- should be fixed. |
I ran pip install blockstack again, but got this again: In file included from src/curveMath.c:1:0: src/curveMath.h:6:17: fatal error: gmp.h: No such file or directory #include <gmp.h>
compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 |
Hey @datawisely! Can you also try |
Thanks. Ok, first I did "apt-get install libgmp-dev" and then "pip install blockstack". Now I get a different error: ImportError: No module named setuptools_ext Can't roll back cryptography; was not uninstalled |
@datawisely try the following: sudo pip install -U cffi then run the blockstack install again. source: pyca/cryptography#2280 |
Ok. Did that. It installed without error. But when I try: blockstack lookup timblee.id I get: Traceback (most recent call last): |
can you please paste the output of
I want to ensure you're on the latest version of blockstack |
@muneeb-ali @datawisely I think the version of
This can be fixed with The import error on Since you're doing this on Jessie, you might also have an out-of-date |
Closing this as stale. Please reopen if it is still an issue. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I have trouble installing Blockstack CLI on Debian Jessie.
I ran apt-get update && apt-get install -y python-pip python-dev libssl-dev libffi-dev rng-tools which worked. Then I ran pip install blockstack which threw an error:
In file included from src/curveMath.c:1:0:
src/curveMath.h:6:17: fatal error: gmp.h: No such file or directory
#include <gmp.h>
I tried to install pip install fastecdsa but:
src/curveMath.h:6:17: fatal error: gmp.h: No such file or directory
#include <gmp.h>
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
I found a similar issue here: #274 but that is for MacOSX
Thanks!
The text was updated successfully, but these errors were encountered: