No Module Named _Curses - Linux

Author: parthk5Created May 5, 2018Updated Feb 8, 2019

Hi I am running linux and the program called howmanypeoplearearound seems to respond with:

Traceback (most recent call last): File "/usr/local/bin/howmanypeoplearearound", line 11, in load_entry_point('howmanypeoplearearound==0.4.0', 'console_scripts', 'howmanypeoplearearound')() File "/usr/local/lib/python3.6/site-packages/pkg_resources/init.py", line 565, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/local/lib/python3.6/site-packages/pkg_resources/init.py", line 2631, in load_entry_point return ep.load() File "/usr/local/lib/python3.6/site-packages/pkg_resources/init.py", line 2291, in load return self.resolve() File "/usr/local/lib/python3.6/site-packages/pkg_resources/init.py", line 2297, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "/usr/local/lib/python3.6/site-packages/howmanypeoplearearound/main.py", line 17, in from pick import pick File "/usr/local/lib/python3.6/site-packages/pick/init.py", line 3, in import curses File "/usr/local/lib/python3.6/curses/init.py", line 13, in from _curses import * ModuleNotFoundError: No module named '_curses'

Can anyone help me with this issue as I have tried to work around it with the response to the older version but that does not work either....

Source: schollz/howmanypeoplearearound