Docker Startup Error: `AttributeError: module 'rlp' has no attribute 'Serializable'`
See original GitHub issueLiterally 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:
- Created a year ago
- Comments:18 (10 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep, it works…now the fun begins…
If encounter this issue
RLP has not attribute 'Serializble'
at any other point when using the Ape, the fix is: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 namedrlp
.