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.

Docker Startup Error: `AttributeError: module 'rlp' has no attribute 'Serializable'`

See original GitHub issue

Literally followed the instructions for docker installation verbatim, and recieved the error: AttributeError: module 'rlp' has no attribute 'Serializable'. Attached to the tty, and ran the command pip3 install eth-ape[recommended-plugins] AND pip3 install -U eth-ape[recommended-plugins] everything came up installed both times. Looked for more documentation on performing a docker installation, and found the same information contained in the README.md. Kinda lost as to what to do now.

I will try to remember to return later and provide the full output.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:18 (10 by maintainers)

github_iconTop GitHub Comments

4reactions
anoduckcommented, Jul 23, 2022

Yep, it works…now the fun begins…

3reactions
unparalleled-jscommented, Oct 4, 2022

If encounter this issue RLP has not attribute 'Serializble' at any other point when using the Ape, the fix is:

pip uninstall rlp --yes && pip install rlp==3.0.0

I have encountered this issue outside of docker, like when installing other libs and such, and then I have to do this again. It is odd. The init.py file for rlp changes for some reason. Maybe a bug related to having multiple installed packages named rlp.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python AttributeError: 'module' object has no attribute 'Serial'
Problem occurs when you import 'something' when your python file name is 'something.py'. Share.
Read more >
ImportError: cannot import name blocks #241 - GitHub
I am receiving the same error as you (not running this in a venv). Traceback (most recent call last): File "/usr/local/bin/pyethapp", line 7,...
Read more >
Debugging ImportError and ModuleNotFoundErrors in your ...
Solution. Either install all your code with pip install , or make sure it's all in the same directory. Step 4. python - ......
Read more >
Troubleshoot Docker Engine installation
This error may indicate: The Docker daemon isn't running on your system. Start the daemon and try running the command again.
Read more >
Build Slicer docker image with preinstalled elastix - Support
app.extensionsManagerModel() AttributeError: module 'slicer' has no attribute 'app' vtkDebugLeaks has found no leaks.
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