rhnvrm / labeled-tweet-generator

Search for tweets and download the data labeled with its polarity in CSV format
https://twitter-sentiment-csv.herokuapp.com/
111 stars 75 forks source link

Unable to execute app.py #6

Open piyushvarshney opened 6 years ago

piyushvarshney commented 6 years ago

Whenever app.py is run, it shows some error in line 3 of app.py stating that no module name flask is found. When I try to install flask via pip, it shows flask perfectly up!

rhnvrm commented 6 years ago

@piyushvarshney - Try using a virtualenv. I would recommend you also try Pipenv.

piyushvarshney commented 6 years ago

Already done! @rhnvrm Thanks for help anyways.

rohit-goswami commented 4 years ago

Traceback (most recent call last): File "app.py", line 8, in api = TwitterClient('@LynusMascot') it is showing the error.