-
Notifications
You must be signed in to change notification settings - Fork 312
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
installing issue on macOs sierra #167
Comments
@Eric-Glaenzer Thanks for reporting this. We don't currently test on macOS Sierra and only test on OS X, Debian, and Ubuntu. I'm adding the label platform-testing to include Sierra in our tests as well. |
@Eric-Glaenzer: sudo is requred to install blockstack to system path, or virtualenv can be used to creat a clean and isolated environment. |
@tthsn Yes I know and I did. (multiple times in fact and the error is consistently the same) |
@Eric-Glaenzer I use blockstack-cli on macOS Sierra 10.12.1 These are the steps I took to install it:
Specifically, install fails for me if i don't Do these work for you? Which steps are you taking? |
I was following the steps from Blockstack.org: |
@Eric-Glaenzer I have a macOS Sierra desktop and my installation is smooth with virtualenv. MyMacPro:~ me$ which python MyMacPro:~ me$ virtualenv bs_new MyMacPro:~ me$ bash -c 'source bs_new/bin/activate; pip install blockstack' |
@Eric-Glaenzer Yes, we need to update the website. Very sorry about that. I've opened an issue about it-> stacks-archive/blockstack.org#165 @muneeb-ali Are we only testing on old versions of macOS for a reason? 10.12 has been out for a while. |
@larrysalibra: Yes your steps worked. Thanks, I am up and running on my macos Sierra. |
I'm still stuck with |
@larrysalibra, your solution worked for me, thanks!! |
@danopp glad to hear so! |
I can confirm that
fixes the cryptography installation issue. |
creating build/lib
creating build/lib/bitcoin
copying bitcoin/init.py -> build/lib/bitcoin
copying bitcoin/bci.py -> build/lib/bitcoin
copying bitcoin/blocks.py -> build/lib/bitcoin
copying bitcoin/composite.py -> build/lib/bitcoin
copying bitcoin/deterministic.py -> build/lib/bitcoin
copying bitcoin/main.py -> build/lib/bitcoin
copying bitcoin/mnemonic.py -> build/lib/bitcoin
copying bitcoin/py2specials.py -> build/lib/bitcoin
copying bitcoin/py3specials.py -> build/lib/bitcoin
copying bitcoin/ripemd.py -> build/lib/bitcoin
copying bitcoin/stealth.py -> build/lib/bitcoin
copying bitcoin/transaction.py -> build/lib/bitcoin
running egg_info
writing bitcoin.egg-info/PKG-INFO
writing top-level names to bitcoin.egg-info/top_level.txt
writing dependency_links to bitcoin.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
The text was updated successfully, but these errors were encountered: