I was able to download Blockstack .18 on Ubuntu thanks to the instructions PawGo gave my via DM (thanks PawGo).
@PawGo: can you post your instructions here for future reference?
I used cygwin on Windows (
https://www.cygwin.com/) but if you have Ubuntu, the actions should be this same. For me it was easier to emulate linux using cygwin, that's why I tried.
So, download the installation package and launch. It will connect to server and try to download needed packaged. You may select packages you want - or first install empty cygwin and then launch installation again just to add missing packages.
I send you the list of all packages I have - as I wrote before you will need python2-devel and libssl-devel packages. And python2.7 of course. The rest normally comes with the installation. Maybe I am missing something - I had this environment configured before - but I think it will be easy to find which package is required.
https://ibb.co/dPJ3sQzhttps://ibb.co/b3mF0Wwhttps://ibb.co/xjqxrQ7then you receive access to console.
I have launched
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python2.7 get-pip.py
python2.7 -m pip install --upgrade pip
python2.7 -m pip install onedrivesdk==1.1.8
python2.7 -m pip install blockstack==0.18.0.10
and now blockstack is installed
$ blockstack --version
/usr/lib/python2.7/site-packages/virtualchain/lib/ecdsalib.py:26: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography.hazmat.backends import default_backend
0.18.0.10
--------
@NotATether: you may mark this post, and maybe also one of (already merited by ETFbitcoin):
https://bitcointalk.org/index.php?topic=5306458.msg56010431#msg56010431https://bitcointalk.org/index.php?topic=5306458.msg56011477#msg56011477https://bitcointalk.org/index.php?topic=5306458.msg56017358#msg56017358My other posts you merited already
