There has been this constant error while trying to run my code and i'm unable to understand what it means and how to make it right.
C:\code\sentimentanalysis\venv\sentiment analysis\Scripts\python.exe" C:/code/sentimentanalysis/main.py Traceback (most recent call last):
File "C:/code/sentimentanalysis/main.py", line 1, in import sys,tweepy,csv,re File "C:\Users\Vermaaka\AppData\Local\Programs\Python\Python37\lib\site-packages\tweepy__init__.py", line 17, in from tweepy.streaming import Stream, StreamListener File "C:\Users\Vermaaka\AppData\Local\Programs\Python\Python37\lib\site-packages\tweepy\streaming.py", line 358 def _start(self, async): ^ SyntaxError: invalid syntax
Process finished with exit code 1
I have already installed all the packages before starting with this project. Please help.