Closed carlosvega closed 4 years ago
I was able to fix this by:
That being said, its probably not a proper fix... but it works.
My apologies for the delay.
As Python 2 is reaching end of life in just two days, could you try using Python 3? If you already have Python3 installed: uninstall the package, and then force the package to be installed using Python 3 python3 -m pip delete-tweets
.
python3 -m pip install delete-tweets
@sschoenith 's answer worked for me as well
Python 2 is end of life. Updated the README to reflect that Python 3 should be used.
whenever I try to execute delete-tweets it raises the following error:
Either from a virtualenv or system wide.