question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update pyrlp version

See original GitHub issue

Issue

Recently the pyrlp upgraded to 1.0.0-beta and introduced some breaking changes, such as removing encode_hex and decode_hex functions https://github.com/ethereum/pyrlp/pull/55 .

Suggested implementation

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
ChihChengLiangcommented, May 10, 2018

ah … sorry @hrishikeshio , most of the packages in requirements.txt are not required now. The pydevp2p was used by a casper daemon that is removed recently. I’ll clean up the requirements.txt and you should able to work on this soon.

2reactions
hrishikeshiocommented, May 7, 2018

There are dependency issues https://github.com/ethereum/pydevp2p/pull/95

casper depends on pydevp2p which requires rlp<1. This is because devp2p is python2 and python3 compatible but rlp>1 and eth_utils are not compatible with python2.

Read more comments on GitHub >

github_iconTop Results From Across the Web

rlp · PyPI
A Python implementation of Recursive Length Prefix encoding (RLP). You can find the specification of the standard in the Ethereum wiki and the...
Read more >
Release Notes — Web3.py 5.31.3 documentation
Update eth-tester dependency to fix tester environment install version conflict. ... Update pyrlp dependency to >=0.4.7; Update eth-testrpc dependency to ...
Read more >
Bugs : pyrlp package : Ubuntu - Launchpad
pyrlp package · Overview · Code · Bugs; Blueprints; Translations · Answers ... "pyrlp" versions published in Ubuntu. Kinetic (0.5.1-3): universe/misc
Read more >
How to Install python-rlp in Ubuntu 18.04 - HowToInstall
sudo apt update sudo apt install python-rlp. Description: ... Homepage: https://github.com/ethereum/pyrlp/. Version: 0.5.1-1. Section: universe/python.
Read more >
ethereum/pyethapp - Gitter
Can you update all dependencies (in particular pyrlp, pydevp2p, and pyethereum)? ... the latest version of pypy3 is from nov14, not actively maintained...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found