labeled-tweet-generator icon indicating copy to clipboard operation
labeled-tweet-generator copied to clipboard

Unable to execute app.py

Open piyushvarshney opened this issue 6 years ago • 3 comments

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!

piyushvarshney avatar Apr 27 '18 19:04 piyushvarshney

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

rhnvrm avatar May 08 '18 08:05 rhnvrm

Already done! @rhnvrm Thanks for help anyways.

piyushvarshney avatar Jun 29 '18 15:06 piyushvarshney

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

rohit-goswami avatar Dec 18 '19 04:12 rohit-goswami