Blockchain-Technology-Lab / consensus-decentralization

Tool that analyzes blockchain decentralization on the consensus layer by looking at the block production distributions of various blockchain systems.
https://blockchain-technology-lab.github.io/consensus-decentralization
MIT License
25 stars 6 forks source link

PyYAML dependency installation fails #111

Closed MokhFn closed 1 year ago

MokhFn commented 1 year ago

When installing the requirements this issue is raised and it is related to this open issue. The fix for me was to install PyYAML~=5.3.1, i still didn't run the project though so i don't know whether this cause side effects or not. FYI, i am running python 3.10.10 within a virtualenv.