Open piyushvarshney opened 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!
@piyushvarshney - Try using a virtualenv. I would recommend you also try Pipenv.
Already done! @rhnvrm Thanks for help anyways.
Traceback (most recent call last): File "app.py", line 8, in api = TwitterClient('@LynusMascot') it is showing the error.
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!