CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Applying style to a prompt throws an error #185

Open FireHead90544 opened 1 year ago

FireHead90544 commented 1 year ago

This is the error I am getting. image

This is my styling. image

This one's containing the question and prompt. image

Tried going over throw the library itself, but couldn't find any potential fix. Any help would be much appreciated.

Thanks, Rudransh :)

FireHead90544 commented 1 year ago

image And these ones are the imports*

yiheinchai commented 1 year ago

I am getting the same error, no idea why either

FireHead90544 commented 1 year ago

@yiheinchai I don't know why but this library is buggy, I recommend switching over to InquirerPy. It works flawlessly.