Skip to content
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

Can't get past install errors #29

Open
seperatis opened this issue Jan 10, 2022 · 2 comments
Open

Can't get past install errors #29

seperatis opened this issue Jan 10, 2022 · 2 comments

Comments

@seperatis
Copy link

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!

@graymauser
Copy link
Owner

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

@who-biz
Copy link

who-biz commented Sep 8, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants