Skip to content

Error when starting Plotman: ModuleNotFoundError: No module named 'readline' #157

@LeonBuild

Description

@LeonBuild

Hi, thanks for developing this great tool. I'm excited about it.
But after installation I met this error:

(venv) [root@centos8 chia-blockchain]# plotman version Traceback (most recent call last): File "/root/Downloads/chia-blockchain/venv/bin/plotman", line 5, in <module> from plotman.plotman import main File "/root/Downloads/chia-blockchain/venv/lib/python3.7/site-packages/plotman/plotman.py", line 10, in <module> from plotman import analyzer, archive, configuration, interactive, manager, plot_util, reporting File "/root/Downloads/chia-blockchain/venv/lib/python3.7/site-packages/plotman/archive.py", line 14, in <module> from plotman import manager, plot_util File "/root/Downloads/chia-blockchain/venv/lib/python3.7/site-packages/plotman/manager.py", line 6, in <module> import readline # For nice CLI ModuleNotFoundError: No module named 'readline'

I'm using CentOS Stream release 8 and python 3.7.7
Is there anything I'm doing wrong? How can I fix this?
Thanks a lot!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions