Viewing a response to: @xeroc/piston-web-first-open-source-steem-gui---searching-for-alpha-testers
On Mac OS X, what should I do if I see this: ``` $ make install-user python3 setup.py install --user /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/setuptools/dist.py:285: UserWarning: Normalizing '0.2.3a' to '0.2.3a0' normalized_version, running install running bdist_egg running egg_info . . . scrypt-1.1.6/lib/crypto/crypto_aesctr.c:38:10: fatal error: 'openssl/aes.h' file not found #include <openssl/aes.h> ^ 1 error generated. error: Setup script exited with error: command '/usr/bin/clang' failed with exit status 1 make: *** [install-user] Error 1 ``` I usually use MacPorts, but I went with the Python Release PKG 3.5.2 in this case.
author | inertia |
---|---|
permlink | re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t164112707z |
category | piston |
json_metadata | {"tags":["piston"]} |
created | 2016-07-22 16:41:12 |
last_update | 2016-07-22 16:41:12 |
depth | 1 |
children | 5 |
last_payout | 2016-08-24 14:49:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.251 HBD |
curator_payout_value | 0.067 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 686 |
author_reputation | 346,568,901,399,561 |
root_title | "[piston.web] First Open Source Steem GUI - Searching for alpha testers" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 276,965 |
net_rshares | 245,878,774,284 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
billbutler | 0 | 237,011,476,443 | 100% | ||
johnerfx | 0 | 8,867,297,841 | 100% |
I had the same issue on OSX. This fixed it for me. Run this before the 'make install-user': export LDFLAGS="-L$(brew --prefix openssl)/lib" export CFLAGS="-I$(brew --prefix openssl)/include" This should set the build up to point at your installed openssl files.
author | robohack |
---|---|
permlink | re-inertia-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160724t134143620z |
category | piston |
json_metadata | {"tags":["piston"]} |
created | 2016-07-24 13:41:42 |
last_update | 2016-07-24 13:41:42 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 14:49:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 263 |
author_reputation | 49,691,520,196 |
root_title | "[piston.web] First Open Source Steem GUI - Searching for alpha testers" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 320,553 |
net_rshares | 16,572,855,572 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
inertia | 0 | 16,518,419,313 | 100% | ||
recipes | 0 | 54,436,259 | 100% |
You need to install OpenSSL to get it to work. It might happen that there are some more packages that you need to install. Please do me the favor and write them to and let me know so I can extend the Installation guide! Thank your!
author | xeroc |
---|---|
permlink | re-inertia-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172911480z |
category | piston |
json_metadata | {"tags":["piston"]} |
created | 2016-07-22 17:29:09 |
last_update | 2016-07-22 17:29:09 |
depth | 2 |
children | 3 |
last_payout | 2016-08-24 14:49:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.626 HBD |
curator_payout_value | 0.035 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 231 |
author_reputation | 118,819,064,085,695 |
root_title | "[piston.web] First Open Source Steem GUI - Searching for alpha testers" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 277,793 |
net_rshares | 1,560,114,968,496 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 1,355,180,547,510 | 100% | ||
johnerfx | 0 | 8,661,099,551 | 100% | ||
auxon | 0 | 8,234,618,389 | 100% | ||
senseiteekay | 0 | 4,873,152,981 | 100% | ||
blueorgy | 0 | 98,198,079,459 | 100% | ||
jl777 | 0 | 84,827,427,446 | 100% | ||
alohajedi | 0 | 110,691,885 | 100% | ||
auxonoxua | 0 | 29,351,275 | 100% |
``` $ which openssl /opt/local/bin/openssl $ openssl version OpenSSL 1.0.2h 3 May 2016 ``` I have `openssl` provided by MacPorts.
author | inertia |
---|---|
permlink | re-xeroc-re-inertia-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173431363z |
category | piston |
json_metadata | {"tags":["piston"]} |
created | 2016-07-22 17:34:30 |
last_update | 2016-07-22 17:34:30 |
depth | 3 |
children | 2 |
last_payout | 2016-08-24 14:49:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.167 HBD |
curator_payout_value | 0.720 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 131 |
author_reputation | 346,568,901,399,561 |
root_title | "[piston.web] First Open Source Steem GUI - Searching for alpha testers" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 277,917 |
net_rshares | 1,663,769,723,680 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
recursive | 0 | 1,663,769,723,680 | 100% |
I guess you need a `-dev` package as well .. It is asking for a header file
author | xeroc |
---|---|
permlink | re-inertia-re-xeroc-re-inertia-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t174201619z |
category | piston |
json_metadata | {"tags":["piston"]} |
created | 2016-07-22 17:42:00 |
last_update | 2016-07-22 17:42:00 |
depth | 4 |
children | 1 |
last_payout | 2016-08-24 14:49:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.189 HBD |
curator_payout_value | 0.716 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 118,819,064,085,695 |
root_title | "[piston.web] First Open Source Steem GUI - Searching for alpha testers" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 278,073 |
net_rshares | 1,671,322,050,691 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
recursive | 0 | 1,663,769,723,680 | 100% | ||
auxon | 0 | 7,411,156,550 | 100% | ||
maximkichev | 0 | 114,409,005 | 100% | ||
auxonoxua | 0 | 26,761,456 | 100% |