Version of Python used in Python Mode

You have to include the python module in the project.
This error might be due to some other reasons also, so better to uninstall python module and reinstall it.
first, uninstall run these two commands
“pip uninstall twitter” & “pip uninstall python-twitter”

now reinstall “pip3 install twitter”

Now create a new project and include the dependencies manually as tabreturn told in the last comment.

1 Like