-
Notifications
You must be signed in to change notification settings - Fork 272
Description
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!