Closed roelvangils closed 2 years ago
I managed to fix this by uninstalling and reinstalling the blessed
dependency. Now I'm on version 1.19.1 instead of 1.15.
pip3 uninstall blessed
pip3 install blessed
(Maybe this is helpful to other newbies like myself.)
Thanks @roelvangils
Describe the bug
When I run the command with the same parameters as in the documentation (
pysearch --engine bing --type descriptions "Preaching to the choir"
), I receive this error:To Reproduce I followed all the installation instructions. I'm on macOS 12.5 and my Python version is 3.10.5.
Desktop (please complete the following information):
Additional context The error says
Blessed needs Python 3.2.3 or greater for Python 3
, but I have Python 3.10.5. Could it be possible that the parsing of the version number is wrong, so it thinks my version is older (3.1...)?