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 am trying to use the @cross_origin decorator in my Flask app and I receive the following error: ModuleNotFoundError: No module named 'flask_cors'. Is there a solution to this problem?
I installed the package using the pip install -U flask-cors command
The Python version I'm using is 3.9
The text was updated successfully, but these errors were encountered:
This is not the appropriate forum for this type of thing. This is a bug tracker, not a support forum.
Please look up how to properly configure your python applications and close this issue. You likely need to study up on importing packages and using venv
I am trying to use the
@cross_origin
decorator in my Flask app and I receive the following error:ModuleNotFoundError: No module named 'flask_cors'
. Is there a solution to this problem?I installed the package using the
pip install -U flask-cors
commandThe Python version I'm using is 3.9
The text was updated successfully, but these errors were encountered: