You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to run this code. However, after pip install -r requirements.txt and try to run on my mac laptop. I got some error message like below: @app.before_first_request AttributeError: 'Flask' object has no attribute 'before_first_request'. Did you mean: '_got_first_request'?
Due to package version. Would you help add the version number in the requirement.txt which could run the code? Thank you.
The text was updated successfully, but these errors were encountered:
I'd like to run this code. However, after pip install -r requirements.txt and try to run on my mac laptop. I got some error message like below:
@app.before_first_request AttributeError: 'Flask' object has no attribute 'before_first_request'. Did you mean: '_got_first_request'?
Due to package version. Would you help add the version number in the requirement.txt which could run the code? Thank you.
The text was updated successfully, but these errors were encountered: