After git-cloning blockstack-core, and (finally) getting all the dependencies done, it is actually able to install but right after it gives me
File "~/.local/lib/python2.7/site-packages/blockstack_client/scripts.py", line 34, in <module>
from virtualchain import tx_serialize, tx_deserialize, tx_script_to_asm, tx_output_parse_scriptPubKey
ImportError: cannot import name tx_serialize
I have already uninstalled and reinstalled virtualchain
multiple times to make sure I was using the v20 and not the v0.14.0 which is found on pip, to no avail.
Any tips to keep debugging?