btcposbal2csv icon indicating copy to clipboard operation
btcposbal2csv copied to clipboard

Can't get past install errors

Open seperatis opened this issue 2 years ago • 2 comments

I tried several times on Windows before jumping ship and spinning up a VPS with Ubuntu 18.04 and Python 2.7 When I run pip install -r requirements.txt you can see in the screenshot it kicks some errors and I don't know how to fix this or what it wants.... install_error

If I try to install the required modules manually I get the same error.

Any help is highy appreciated!

seperatis avatar Jan 10 '22 10:01 seperatis

Hi, current most hassle free way is IMHO to use conda. steps:

  1. obtain anaconda/miniconda
  2. create env with python 2.7 base (conda create -n test python=2.7)
  3. activate (conda activate test)
  4. install what is missing - plyvel and base58 (conda install -c conda-forge plyvel base58)

I'm currently without test-vector, this however, should work. GL

graymauser avatar Jan 11 '22 18:01 graymauser

@seperatis I've updated install steps here, for Ubuntu 18: https://github.com/who-biz/chipsposbal2csv#readme

who-biz avatar Sep 08 '22 16:09 who-biz