jfrog / nexus2artifactory

NexusToArtifactory - A tool designed to ease migration from Sonatype Nexus to JFrog Artifactory.
Apache License 2.0
67 stars 54 forks source link

No module named '_curses' #81

Open ransay22 opened 2 years ago

ransay22 commented 2 years ago

Can some one help please? I have this issue on CentOS7, i already tried installing the curses manually and it did install but still I'm having this issue when i try to issue the "plotman config gernerate" command, the error are as follows:

(venv) [tractor0@localhost chia-blockchain]$ plotman config generate Traceback (most recent call last): File "/home/tractor0/venv/bin/plotman", line 5, in <module> from plotman.plotman import main File "/home/tractor0/venv/lib/python3.7/site-packages/plotman/plotman.py", line 18, in <module> from plotman import ( File "/home/tractor0/venv/lib/python3.7/site-packages/plotman/interactive.py", line 1, in <module> import curses File "/usr/local/lib/python3.7/curses/__init__.py", line 13, in <module> from _curses import * ModuleNotFoundError: No module named '_curses' Hope someone has issue similar to this that has been resolved, and hope they share it the work around on this

Thanks,

Richard